summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3604 add greater fidelity to the process of resolving WSDL by ↵slaws2010-07-016-3/+124
| | | | | | checking for required port type, binding, service as well as namespace during the resolution process. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959658 13f79535-47bb-0310-9956-ffa450edef68
* Improve error messages. This validation should happen earlier when the ↵slaws2010-07-012-4/+12
| | | | | | binding is read/resolved rather than when the providers are created. Will look to move it shortly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959652 13f79535-47bb-0310-9956-ffa450edef68
* Start cleaning up JavaDoc and changes coming to light while doing that: move ↵antelder2010-07-014-60/+101
| | | | | | getDeployer and getAssemblyFactory from Node to NodeFactory, change getInstalledContribution to return an assembly Contribution instead of an InstalledContribution, rename deployDeployables to runDeployables git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959582 13f79535-47bb-0310-9956-ffa450edef68
* Merge service side updates of axis2 ws binding to jaxws version of bindingantelder2010-06-302-4/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959260 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of ↵slaws2010-06-307-12/+328
| | | | | | thing now but some of the code is in the wrong place so some refactoring still to do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959254 13f79535-47bb-0310-9956-ffa450edef68
* Include the new isAsyncServer method on the corba test mock classantelder2010-06-301-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959218 13f79535-47bb-0310-9956-ffa450edef68
* Updaet to include endpoint reference in JAXWSBindingInvoker constructorantelder2010-06-301-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959209 13f79535-47bb-0310-9956-ffa450edef68
* Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2010-06-302-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959198 13f79535-47bb-0310-9956-ffa450edef68
* Client side asynchronous support - extending the async client invokers to ↵edwardsmj2010-06-292-4/+239
| | | | | | fully support the JAXWS async client API pattern as described in TUSCANY-3612 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959131 13f79535-47bb-0310-9956-ffa450edef68
* Add in processing of declared Asynchronous Faults via @AsyncFaults ↵edwardsmj2010-06-291-0/+14
| | | | | | annotation, in support of TUSCANY-3609 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959077 13f79535-47bb-0310-9956-ffa450edef68
* Adding "volatile" to 2 fields shared between threads in ResponseDispatchImpl ↵edwardsmj2010-06-291-2/+2
| | | | | | to avoid any possible asynchronous errors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959030 13f79535-47bb-0310-9956-ffa450edef68
* Start merging the axis2 ws binding changes into the jax-ws version of the ↵antelder2010-06-291-21/+395
| | | | | | binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958995 13f79535-47bb-0310-9956-ffa450edef68
* Allow binding name to be used to look up services implemented by SCA compositerfeng2010-06-291-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958795 13f79535-47bb-0310-9956-ffa450edef68
* More updates for new namesantelder2010-06-282-10/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958541 13f79535-47bb-0310-9956-ffa450edef68
* Add a short form create methodantelder2010-06-282-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958540 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of places still using old namesantelder2010-06-281-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958538 13f79535-47bb-0310-9956-ffa450edef68
* Remove old packagesantelder2010-06-285-839/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958499 13f79535-47bb-0310-9956-ffa450edef68
* Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder2010-06-288-13/+862
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68
* Renaming spring-sca to spring-runtime to follow the same pattern used in ↵lresende2010-06-2725-2/+2
| | | | | | other modules as discussed on mailing list git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958318 13f79535-47bb-0310-9956-ffa450edef68
* Improve property type introspectionsrfeng2010-06-266-41/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958152 13f79535-47bb-0310-9956-ffa450edef68
* Use Response as the typerfeng2010-06-263-10/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958151 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation errorsrfeng2010-06-253-10/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958084 13f79535-47bb-0310-9956-ffa450edef68
* Added missing signalAll() operation when processing sendResponse and sendFaultedwardsmj2010-06-251-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957999 13f79535-47bb-0310-9956-ffa450edef68
* Correct sca xsd resource file nameantelder2010-06-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957984 13f79535-47bb-0310-9956-ffa450edef68
* Don't try to use any sources jarsantelder2010-06-251-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957923 13f79535-47bb-0310-9956-ffa450edef68
* Update to also support running OSGi with the agregated tuscany-base jarantelder2010-06-252-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957908 13f79535-47bb-0310-9956-ffa450edef68
* Provide basic support for invocation of Async Server style service methods, ↵edwardsmj2010-06-253-2/+279
| | | | | | as described in TUSCANY-3611 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957880 13f79535-47bb-0310-9956-ffa450edef68
* Introspection of SCA Async Server form on Java interface and Equivalence ↵edwardsmj2010-06-257-1/+285
| | | | | | mapping of Async Server interface to Synchronous Java interface, as described in TUSCANY-3609 and TUSCANY-3610 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957877 13f79535-47bb-0310-9956-ffa450edef68
* Fix the pacakge scoped field injectionrfeng2010-06-232-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957348 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the default sca namespace bindingrfeng2010-06-231-2/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957347 13f79535-47bb-0310-9956-ffa450edef68
* Remove @Override to avoid compilation issuesrfeng2010-06-231-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957346 13f79535-47bb-0310-9956-ffa450edef68
* Use loopback for multicast testingrfeng2010-06-235-39/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957345 13f79535-47bb-0310-9956-ffa450edef68
* Allow package fields to be used for SCA reference/propertyrfeng2010-06-232-13/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957343 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importrfeng2010-06-231-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957342 13f79535-47bb-0310-9956-ffa450edef68
* Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel2010-06-231-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957103 13f79535-47bb-0310-9956-ffa450edef68
* Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel2010-06-232-3/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957102 13f79535-47bb-0310-9956-ffa450edef68
* Support policy XPath functions without ns prefixes and without a single node ↵bdaniel2010-06-221-3/+22
| | | | | | context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956969 13f79535-47bb-0310-9956-ffa450edef68
* Potential NPE in NamespaceContextImpl.getPrefixesbdaniel2010-06-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956962 13f79535-47bb-0310-9956-ffa450edef68
* Support policy XPath functions without ns prefixes and without a single node ↵bdaniel2010-06-223-14/+110
| | | | | | context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956919 13f79535-47bb-0310-9956-ffa450edef68
* Small improvement to message reported to include exception text when ↵slaws2010-06-222-2/+2
| | | | | | interface is not valid git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956867 13f79535-47bb-0310-9956-ffa450edef68
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj2010-06-221-1/+4
| | | | | | service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956828 13f79535-47bb-0310-9956-ffa450edef68
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj2010-06-221-1/+2
| | | | | | service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956824 13f79535-47bb-0310-9956-ffa450edef68
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj2010-06-221-0/+5
| | | | | | service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956823 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende2010-06-224-14/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956786 13f79535-47bb-0310-9956-ffa450edef68
* Add evaluation for XPath IntentRef function bdaniel2010-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956680 13f79535-47bb-0310-9956-ffa450edef68
* Add evaluation for XPath IntentRef function bdaniel2010-06-212-2/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956679 13f79535-47bb-0310-9956-ffa450edef68
* Add spec conformance number to message. slaws2010-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956610 13f79535-47bb-0310-9956-ffa450edef68
* Improve error messageslaws2010-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956607 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws2010-06-215-1/+40
| | | | | | binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
* Fix up IDE warningsantelder2010-06-211-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956562 13f79535-47bb-0310-9956-ffa450edef68