summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-01Add quiet logging constantantelder1-0/+6
2011-01-28Add missing license headersantelder2-0/+36
2011-01-26Update to as much as possible only use dependencies in the maven central repo...antelder10-95/+80
2011-01-26Fix more issues with multiple outputs.scottkurz7-85/+68
2011-01-25Delegate the creation of the response invoker if there is a delegate present. slaws2-2/+36
2011-01-25Fix bare+JAXB wsdlgen case. Fix Holder+void_return_type case.scottkurz6-90/+137
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...edwardsmj4-21/+161
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-21Fixes to the JavaInterface code dealing with the type of the response paramet...edwardsmj2-4/+8
2011-01-20Partially fix TUSCANY-3675 to get some distributed domain functions working a...antelder5-13/+51
2011-01-20Fix IndexOutOfBoundsException from TUSCANY-3819 fix.scottkurz3-9/+16
2011-01-20Update to use as the default the network interface set as default on the mach...antelder1-44/+2
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj1-0/+15
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj1-24/+32
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj1-0/+12
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj6-49/+181
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj3-12/+85
2011-01-20Manifest updates for package renamesantelder1-2/+2
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz20-285/+401
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder13-27/+30
2011-01-19Commite name change missed in previous commitantelder1-8/+7
2011-01-19Thiss seems to be mid change. Am hoping this will get the build going at least.slaws1-0/+6
2011-01-19No code change just organize importsantelder7-21/+1
2011-01-19Fix runComposite with shared runtime instance and update testcaseantelder2-3/+32
2011-01-19Rename main class to TuscanyRuntimeantelder6-46/+67
2011-01-17Correct parsing of quoted strings in the argument listantelder1-1/+1
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-17Correcting MANIFEST of implementation-java-runtime to export org.apache.tusca...edwardsmj1-15/+26
2011-01-17Mark several fields as "transient" in ResponseDispatchImpl to reduce data tha...edwardsmj1-5/+5
2011-01-15Update getService to work with services on remote nodesantelder3-5/+193
2011-01-15Make test interface remotable so it can be used to test distributed opsantelder1-0/+3
2011-01-15Update pom to avoid circular dependenciesantelder1-2/+25
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