summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Be a bit more careful about dereferencing the DomainRegistryFactory endpointR...slaws2011-03-161-4/+8
* Performance tweak - for when the interface contracts are the sameantelder2011-03-091-2/+2
* Performance enhancement - only initilize all the factories the first timeantelder2011-03-091-0/+5
* Minor performance enhacement - look up all the factories once instead of each...antelder2011-03-062-22/+46
* Fix dependency tangle by removing the dependency on node from coreantelder2011-03-054-53/+30
* Don't clear the endpoints so that they're available on a restartantelder2011-03-041-1/+0
* TUSCANY-3839 - add a generic interceptor rather than a binding specific inter...slaws2011-02-251-1/+1
* TUSCANY-3834: Update to use the Monitor when logging the stop exceptionantelder2011-02-212-9/+33
* Correct core modification.fmoga2011-02-112-5/+5
* Copy Message bindingContext from forward message to callback message.fmoga2011-02-111-0/+5
* TUSCANY-3834 - ensure that exceptions in @Destroy operations are handled and ...slaws2011-02-092-19/+49
* Start quiet logging updates by changing endpoint registry logging. Seems a li...antelder2011-02-011-2/+41
* Add missing license headersantelder2011-01-281-0/+18
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-241-2/+18
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-241-19/+133
* TUSCANY-3783 - don't wrap exceptions unnecessarilyslaws2011-01-211-2/+4
* TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t...slaws2011-01-212-1/+34
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-206-49/+181
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-201-8/+47
* Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ...edwardsmj2011-01-174-9/+117
* Make MessageFactoryImpl serializable to enable correct serialization of Endpo...edwardsmj2011-01-171-2/+9
* Add getter methods for the endpoint and endpoint and endpointRef to AsyncResp...bdaniel2011-01-141-0/+7
* TUSCANY-3783 - throw system exceptions rather than pushing them into the resp...slaws2011-01-141-4/+1
* TUSCANY-3801 - make the non-blocking interceptor work with native async bindingsslaws2011-01-141-8/+20
* TUSCANY-3788 - Put some more info back into the response message based on wha...slaws2011-01-141-1/+9
* TUSCANY-3788 - Resolved async references are now started at start time to giv...slaws2011-01-142-75/+92
* Add some more constants for use in the async processingslaws2011-01-121-1/+2
* Add capability to support Bindings that support Async invocations natively - ...edwardsmj2011-01-1113-135/+409
* Clear the endpoints when the service is stoppedantelder2011-01-111-0/+1
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
* Add missing dependenciesslaws2010-12-231-0/+2
* Bring the unknown endpoint plugin into play at build and run time. slaws2010-12-231-16/+26
* Throw systematic errors as ServiceRuntimeExceptionsslaws2010-12-231-9/+10
* Fix to invokeAsyncResponse method to cope with a Binding Chain with zero entriesedwardsmj2010-12-211-1/+3
* Extend AsyncResponseInvoker to be Generic to cope with binding-specific respo...edwardsmj2010-12-211-5/+8
* Updating core invocation code to support bindings that provide native async s...edwardsmj2010-12-206-27/+127
* TUSCANY-3801 - reorder code so that the RuntimeInvoker does not take part in ...slaws2010-12-131-6/+9
* Remove dependencies now included in base Javaantelder2010-12-111-19/+0
* Provide necessary additional in the service endpoint for Async service suppor...edwardsmj2010-12-091-1/+10
* provide additional necessary information in the Service Endpoint for all bind...edwardsmj2010-12-091-0/+9
* TUSCANY-3801 - Make the async invoker creation signature more consistent with...slaws2010-12-092-5/+17
* Update EndpointReferenceBinder with a plug point for an UnknownEndpointHandle...antelder2010-12-081-7/+28
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-083-47/+17
* TUSCANY-3801 - Thinking about how to wrap the difference between native and n...slaws2010-12-081-0/+70
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...slaws2010-12-075-47/+131
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-064-36/+35
* TUSCANY-3801 - only create a service to accept async responses if the binding...slaws2010-12-031-3/+10
* TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws2010-12-035-15/+178
* TUSCANY-3801 - add an async interceptor interface to chain can be navigated b...slaws2010-12-031-0/+74
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-306-50/+260