summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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-14Remove actspec == destname check as thats not strictly correct and the test r...antelder1-14/+0
2011-01-14TUSCANY-3788 - Resolved async references are now started at start time to giv...slaws3-80/+92
2011-01-14Update to use local version of Endpoint if a local Endpoint existsantelder1-13/+22
2011-01-13Add context via MediatorImpl so a transformer can know whether a transform is...scottkurz3-5/+27
2011-01-13TUSCANY-3815 - Don't add a namespace twice.slaws1-2/+8
2011-01-13Switch the debugging statement (which remains commented out) round as you wan...slaws1-3/+3
2011-01-12Add some more constants for use in the async processingslaws1-1/+2
2011-01-12Add setAutoDestroy methdodantelder3-8/+27
2011-01-12Update to use getService from Nodeantelder1-16/+3
2011-01-12Update JavaInterfaceIntrospectorImpl to add checks for @Remotable annotations...edwardsmj2-4/+675
2011-01-12Update to create a service proxy directly instead of using the sca client fac...antelder14-48/+87
2011-01-11Adjust printing of blank lines so the Shell output is clearerantelder1-2/+1
2011-01-11Separate the Java implementation specific async invocation code from the core...edwardsmj4-16/+247
2011-01-11Complete enablement of the SCA Binding to deal with local Async invocations -...edwardsmj5-15/+202
2011-01-11Complete enablement of the JMS Binding to deal with Async invocations - as un...edwardsmj5-15/+40
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj3-9/+62
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj13-135/+409
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj1-1/+12
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj2-8/+25
2011-01-11Clear the endpoints when the service is stoppedantelder1-0/+1
2011-01-11Make sure the binding uri is reset when the service is stoppedantelder1-0/+1
2011-01-10Bump up copyright year in the NOTICE filesantelder86-139/+139
2011-01-08TUSCANY-3812 - Fixing feed id to avoid generating different md5 hash which is...lresende1-1/+1
2011-01-08TUSCANY-3814 - Fixing http headers to avoid hanging IE6 when consuming tuscan...lresende6-100/+95
2011-01-08Minor formattinglresende1-49/+68
2011-01-07Fix to the processing of @Callback annotation on Field or Method, to enable T...edwardsmj1-0/+10
2011-01-01TUSCANY-3812 - Fixing ETag and Cache headers to avoid refresh issues in IElresende4-63/+144
2011-01-01Minor formattinglresende1-13/+13
2011-01-01Minor renaming: HTTPUtil -> HTTPUtilslresende6-15/+15
2011-01-01Adding java doclresende1-19/+24
2011-01-01Calculating ETag using util class from HTTP-commonlresende3-67/+58
2011-01-01Enhance error message to display class name to which error applieslresende1-32/+32
2011-01-01Partialy reverting changes from 1033523 to avoid issues with applications usi...lresende1-1/+1
2010-12-30Add a method remove duplicate service declsrationsrfeng1-0/+18
2010-12-30Change json serialization to not marshal null valuesrfeng5-3/+15
2010-12-24add explicit dependency on binding sca runtime and reorder a couple of other ...slaws1-12/+18
2010-12-24Add comment to remind me about domainRegistryURI propertiesslaws1-0/+2
2010-12-23remove redundant dependencies slaws2-16/+1
2010-12-23remove redundant profile. slaws1-9/+0
2010-12-23Add missing dependenciesslaws1-0/+6
2010-12-23Remove specific version numbers to allow us to pick up the latestslaws2-5/+5
2010-12-23Add missing dependenciesslaws3-1/+5
2010-12-23Revert back to fetching the interceptors starting at SERVICE_POLICY in order ...slaws1-1/+1
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-23Close input stream when reading is finishedslaws1-0/+1