summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bare+JAXB wsdlgen case. Fix Holder+void_return_type case.scottkurz2011-01-256-90/+137
* 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-244-21/+161
* 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
* Fixes to the JavaInterface code dealing with the type of the response paramet...edwardsmj2011-01-212-4/+8
* Partially fix TUSCANY-3675 to get some distributed domain functions working a...antelder2011-01-205-13/+51
* Fix IndexOutOfBoundsException from TUSCANY-3819 fix.scottkurz2011-01-203-9/+16
* Update to use as the default the network interface set as default on the mach...antelder2011-01-201-44/+2
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-201-0/+15
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-201-24/+32
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-201-0/+12
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-206-49/+181
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-203-12/+85
* Manifest updates for package renamesantelder2011-01-201-2/+2
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-2020-285/+401
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder2011-01-2013-27/+30
* Commite name change missed in previous commitantelder2011-01-191-8/+7
* Thiss seems to be mid change. Am hoping this will get the build going at least.slaws2011-01-191-0/+6
* No code change just organize importsantelder2011-01-197-21/+1
* Fix runComposite with shared runtime instance and update testcaseantelder2011-01-192-3/+32
* Rename main class to TuscanyRuntimeantelder2011-01-196-46/+67
* Correct parsing of quoted strings in the argument listantelder2011-01-171-1/+1
* Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ...edwardsmj2011-01-174-9/+117
* Make MessageFactoryImpl serializable to enable correct serialization of Endpo...edwardsmj2011-01-171-2/+9
* Correcting MANIFEST of implementation-java-runtime to export org.apache.tusca...edwardsmj2011-01-171-15/+26
* Mark several fields as "transient" in ResponseDispatchImpl to reduce data tha...edwardsmj2011-01-171-5/+5
* Update getService to work with services on remote nodesantelder2011-01-153-5/+193
* Make test interface remotable so it can be used to test distributed opsantelder2011-01-151-0/+3
* Update pom to avoid circular dependenciesantelder2011-01-151-2/+25
* 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
* Remove actspec == destname check as thats not strictly correct and the test r...antelder2011-01-141-14/+0
* TUSCANY-3788 - Resolved async references are now started at start time to giv...slaws2011-01-143-80/+92
* Update to use local version of Endpoint if a local Endpoint existsantelder2011-01-141-13/+22
* Add context via MediatorImpl so a transformer can know whether a transform is...scottkurz2011-01-133-5/+27
* TUSCANY-3815 - Don't add a namespace twice.slaws2011-01-131-2/+8
* Switch the debugging statement (which remains commented out) round as you wan...slaws2011-01-131-3/+3
* Add some more constants for use in the async processingslaws2011-01-121-1/+2
* Add setAutoDestroy methdodantelder2011-01-123-8/+27
* Update to use getService from Nodeantelder2011-01-121-16/+3
* Update JavaInterfaceIntrospectorImpl to add checks for @Remotable annotations...edwardsmj2011-01-122-4/+675
* Update to create a service proxy directly instead of using the sca client fac...antelder2011-01-1214-48/+87
* Adjust printing of blank lines so the Shell output is clearerantelder2011-01-111-2/+1
* Separate the Java implementation specific async invocation code from the core...edwardsmj2011-01-114-16/+247
* Complete enablement of the SCA Binding to deal with local Async invocations -...edwardsmj2011-01-115-15/+202
* Complete enablement of the JMS Binding to deal with Async invocations - as un...edwardsmj2011-01-115-15/+40
* Add capability to support Bindings that support Async invocations natively - ...edwardsmj2011-01-113-9/+62