summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* TUSCANY-3834 - ensure that exceptions in @Destroy operations are handled and ...slaws2011-02-091-19/+47
* Start quiet logging updates by changing endpoint registry logging. Seems a li...antelder2011-02-011-2/+41
* TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t...slaws2011-01-211-0/+1
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-201-22/+47
* Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ...edwardsmj2011-01-172-9/+110
* TUSCANY-3788 - Resolved async references are now started at start time to giv...slaws2011-01-141-68/+92
* Add capability to support Bindings that support Async invocations natively - ...edwardsmj2011-01-112-26/+53
* Clear the endpoints when the service is stoppedantelder2011-01-111-0/+1
* Fix to invokeAsyncResponse method to cope with a Binding Chain with zero entriesedwardsmj2010-12-211-1/+3
* Updating core invocation code to support bindings that provide native async s...edwardsmj2010-12-202-3/+20
* TUSCANY-3801 - reorder code so that the RuntimeInvoker does not take part in ...slaws2010-12-131-6/+9
* Provide necessary additional in the service endpoint for Async service suppor...edwardsmj2010-12-091-1/+10
* TUSCANY-3801 - Make the async invoker creation signature more consistent with...slaws2010-12-091-1/+1
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-082-2/+2
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...slaws2010-12-072-9/+86
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-062-4/+4
* TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws2010-12-032-9/+52
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-302-5/+85
* Get the Shell invoke function working and add a services command to show the ...antelder2010-11-171-0/+47
* Correct confusing error messageslaws2010-11-051-1/+1
* Remove commented out lineslaws2010-09-141-1/+0
* Check for the null binding provider to avoid NPErfeng2010-09-081-4/+4
* Put back some code to use the InterfaceContractMapper to match interfaces, as...jsdelfino2010-08-241-0/+4
* Remove commented codeslaws2010-08-192-15/+1
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...slaws2010-08-182-23/+44
* TUSCANY-3639 - ensure that the service wire is created at the same time as th...slaws2010-07-291-0/+6
* Fix the regression caused by r963624 for overloaded local methodsrfeng2010-07-161-3/+12
* Fixes to set the callback interface based on the interface constructed when t...slaws2010-07-132-4/+9
* TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws2010-07-133-2/+149
* Changes and additions to core in support of Client-side and Server-side async...edwardsmj2010-07-111-1/+172
* Little bit of tidying. No function change.slaws2010-07-051-24/+21
* Add missing log message to match the addEndpoint methodantelder2010-05-231-0/+1
* Update the endpoint registry to use the new Endpoint matches methodantelder2010-03-161-1/+1
* Switch binder interface over to throwing exceptions rather than returning boo...slaws2010-03-081-4/+1
* Avoiding calling createInterceptor multiple timeslresende2010-03-031-2/+3
* Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng2010-03-022-11/+20
* Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng2010-02-262-4/+2
* Add the check for local-by-reference, local-by-value and remote invocations f...rfeng2010-02-251-2/+1
* TUSCANY-3468 - Fixing NPE when contracts are not available (e.g in implementa...lresende2010-02-201-17/+19
* Align the interfaceContractMapper to the specrfeng2010-02-192-40/+4
* Fix for TUSCANY-3466rfeng2010-02-191-19/+65
* Enable addition of policies to binding chainsslaws2010-02-122-18/+9
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-091-71/+80
* Use a dummy invocation chain to avoid NPE on ConcurrentHashMaprfeng2010-02-081-1/+10
* Add a serialVersionUIDantelder2010-02-051-0/+1
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) replace...slaws2010-02-042-2/+6
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-032-2/+37
* Defer the initialization of the chains at later stage to make sure the endpoi...rfeng2010-01-291-3/+6
* Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng2010-01-292-100/+52
* Start of making the Tuscany sca client impl work for both local or remote nod...antelder2010-01-201-1/+1