summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-19Update to add APIs to get at which composites are running whereantelder1-1/+12
2011-05-19Add a method to get the domain membersantelder1-0/+6
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder1-20/+18
2011-05-17Don't include contributions with now running compositesantelder1-4/+6
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder6-85/+85
2011-05-15Update EndpointRegistryImpl to use the new ContributionListener and the updat...antelder1-0/+12
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder1-35/+37
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder1-2/+16
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-4/+17
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-2/+11
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-0/+21
2011-03-16Be a bit more careful about dereferencing the DomainRegistryFactory endpointR...slaws1-4/+8
2011-03-09Performance tweak - for when the interface contracts are the sameantelder1-2/+2
2011-03-09Performance enhancement - only initilize all the factories the first timeantelder1-0/+5
2011-03-06Minor performance enhacement - look up all the factories once instead of each...antelder2-22/+46
2011-03-05Fix dependency tangle by removing the dependency on node from coreantelder4-53/+30
2011-03-04Don't clear the endpoints so that they're available on a restartantelder1-1/+0
2011-02-25TUSCANY-3839 - add a generic interceptor rather than a binding specific inter...slaws1-1/+1
2011-02-21TUSCANY-3834: Update to use the Monitor when logging the stop exceptionantelder2-9/+33
2011-02-11Correct core modification.fmoga2-5/+5
2011-02-11Copy Message bindingContext from forward message to callback message.fmoga1-0/+5
2011-02-09TUSCANY-3834 - ensure that exceptions in @Destroy operations are handled and ...slaws2-19/+49
2011-02-01Start quiet logging updates by changing endpoint registry logging. Seems a li...antelder1-2/+41
2011-01-28Add missing license headersantelder1-0/+18
2011-01-24Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj1-2/+18
2011-01-24Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj1-19/+133
2011-01-21TUSCANY-3783 - don't wrap exceptions unnecessarilyslaws1-2/+4
2011-01-21TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t...slaws2-1/+34
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj6-49/+181
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz1-8/+47
2011-01-17Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ...edwardsmj4-9/+117
2011-01-17Make MessageFactoryImpl serializable to enable correct serialization of Endpo...edwardsmj1-2/+9
2011-01-14Add getter methods for the endpoint and endpoint and endpointRef to AsyncResp...bdaniel1-0/+7
2011-01-14TUSCANY-3783 - throw system exceptions rather than pushing them into the resp...slaws1-4/+1
2011-01-14TUSCANY-3801 - make the non-blocking interceptor work with native async bindingsslaws1-8/+20
2011-01-14TUSCANY-3788 - Put some more info back into the response message based on wha...slaws1-1/+9
2011-01-14TUSCANY-3788 - Resolved async references are now started at start time to giv...slaws2-75/+92
2011-01-12Add some more constants for use in the async processingslaws1-1/+2
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj13-135/+409
2011-01-11Clear the endpoints when the service is stoppedantelder1-0/+1
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
2010-12-23Add missing dependenciesslaws1-0/+2
2010-12-23Bring the unknown endpoint plugin into play at build and run time. slaws1-16/+26
2010-12-23Throw systematic errors as ServiceRuntimeExceptionsslaws1-9/+10
2010-12-21Fix to invokeAsyncResponse method to cope with a Binding Chain with zero entriesedwardsmj1-1/+3
2010-12-21Extend AsyncResponseInvoker to be Generic to cope with binding-specific respo...edwardsmj1-5/+8
2010-12-20Updating core invocation code to support bindings that provide native async s...edwardsmj6-27/+127
2010-12-13TUSCANY-3801 - reorder code so that the RuntimeInvoker does not take part in ...slaws1-6/+9
2010-12-11Remove dependencies now included in base Javaantelder1-19/+0
2010-12-09Provide necessary additional in the service endpoint for Async service suppor...edwardsmj1-1/+10