summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-07Upgrade to jackson 1.7.1 releaserfeng3-7/+7
2011-02-07Enable the allowsPassByReference supportrfeng6-12/+46
2011-02-06Udate jline versionantelder1-1/+1
2011-02-06Simplifying modules structure by merging *-js-dojo into the binding-runtime s...lresende24-908/+156
2011-02-06Moving to latest dojo release (1.5.0)lresende2-11/+15
2011-02-05Fix lots of depricated maven variable warnings for Maven v3antelder1-1/+1
2011-02-05Fix maven 3.0 warningsantelder6-99/+92
2011-02-05Making XMLStreamReader private, to avoid extra transformations when parsing j...lresende1-1/+1
2011-02-03Fix Eclipse module transitive dependencies with POM updatesedwardsmj1-30/+38
2011-02-03Fix to enable Tuscany to pass compliance testcase BWS_2016, as described in T...edwardsmj1-1/+1
2011-02-03Update saxon to a version thats in the central repoantelder1-11/+14
2011-02-02Removing <repository> setting in the POM which uses the intalio repo, since t...edwardsmj1-14/+0
2011-02-01Start quiet logging updates by changing endpoint registry logging. Seems a li...antelder1-2/+41
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