| Commit message (Expand) | Author | Files | Lines |
2011-02-07 | Finalize the AllowsPassByReference support and add test cases | rfeng | 1 | -1/+2 |
2011-02-07 | Upgrade to jackson 1.7.1 release | rfeng | 3 | -7/+7 |
2011-02-07 | Enable the allowsPassByReference support | rfeng | 6 | -12/+46 |
2011-02-06 | Udate jline version | antelder | 1 | -1/+1 |
2011-02-06 | Simplifying modules structure by merging *-js-dojo into the binding-runtime s... | lresende | 24 | -908/+156 |
2011-02-06 | Moving to latest dojo release (1.5.0) | lresende | 2 | -11/+15 |
2011-02-05 | Fix lots of depricated maven variable warnings for Maven v3 | antelder | 1 | -1/+1 |
2011-02-05 | Fix maven 3.0 warnings | antelder | 6 | -99/+92 |
2011-02-05 | Making XMLStreamReader private, to avoid extra transformations when parsing j... | lresende | 1 | -1/+1 |
2011-02-03 | Fix Eclipse module transitive dependencies with POM updates | edwardsmj | 1 | -30/+38 |
2011-02-03 | Fix to enable Tuscany to pass compliance testcase BWS_2016, as described in T... | edwardsmj | 1 | -1/+1 |
2011-02-03 | Update saxon to a version thats in the central repo | antelder | 1 | -11/+14 |
2011-02-02 | Removing <repository> setting in the POM which uses the intalio repo, since t... | edwardsmj | 1 | -14/+0 |
2011-02-01 | Start quiet logging updates by changing endpoint registry logging. Seems a li... | antelder | 1 | -2/+41 |
2011-02-01 | Add quiet logging constant | antelder | 1 | -0/+6 |
2011-01-28 | Add missing license headers | antelder | 2 | -0/+36 |
2011-01-26 | Update to as much as possible only use dependencies in the maven central repo... | antelder | 10 | -95/+80 |
2011-01-26 | Fix more issues with multiple outputs. | scottkurz | 7 | -85/+68 |
2011-01-25 | Delegate the creation of the response invoker if there is a delegate present. | slaws | 2 | -2/+36 |
2011-01-25 | Fix bare+JAXB wsdlgen case. Fix Holder+void_return_type case. | scottkurz | 6 | -90/+137 |
2011-01-24 | Fixing serialization of AsyncResponseInvoker in support of async services und... | edwardsmj | 1 | -2/+18 |
2011-01-24 | Fixing serialization of AsyncResponseInvoker in support of async services und... | edwardsmj | 4 | -21/+161 |
2011-01-21 | TUSCANY-3783 - don't wrap exceptions unnecessarily | slaws | 1 | -2/+4 |
2011-01-21 | TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t... | slaws | 2 | -1/+34 |
2011-01-21 | Fixes to the JavaInterface code dealing with the type of the response paramet... | edwardsmj | 2 | -4/+8 |
2011-01-20 | Partially fix TUSCANY-3675 to get some distributed domain functions working a... | antelder | 5 | -13/+51 |
2011-01-20 | Fix IndexOutOfBoundsException from TUSCANY-3819 fix. | scottkurz | 3 | -9/+16 |
2011-01-20 | Update to use as the default the network interface set as default on the mach... | antelder | 1 | -44/+2 |
2011-01-20 | Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA... | edwardsmj | 1 | -0/+15 |
2011-01-20 | Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA... | edwardsmj | 1 | -24/+32 |
2011-01-20 | Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA... | edwardsmj | 1 | -0/+12 |
2011-01-20 | Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA... | edwardsmj | 6 | -49/+181 |
2011-01-20 | Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA... | edwardsmj | 3 | -12/+85 |
2011-01-20 | Manifest updates for package renames | antelder | 1 | -2/+2 |
2011-01-20 | Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen). | scottkurz | 20 | -285/+401 |
2011-01-20 | Fix split package by renaming packages, for now to org.apache.tuscany.sca to ... | antelder | 13 | -27/+30 |
2011-01-19 | Commite name change missed in previous commit | antelder | 1 | -8/+7 |
2011-01-19 | Thiss seems to be mid change. Am hoping this will get the build going at least. | slaws | 1 | -0/+6 |
2011-01-19 | No code change just organize imports | antelder | 7 | -21/+1 |
2011-01-19 | Fix runComposite with shared runtime instance and update testcase | antelder | 2 | -3/+32 |
2011-01-19 | Rename main class to TuscanyRuntime | antelder | 6 | -46/+67 |
2011-01-17 | Correct parsing of quoted strings in the argument list | antelder | 1 | -1/+1 |
2011-01-17 | Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ... | edwardsmj | 4 | -9/+117 |
2011-01-17 | Make MessageFactoryImpl serializable to enable correct serialization of Endpo... | edwardsmj | 1 | -2/+9 |
2011-01-17 | Correcting MANIFEST of implementation-java-runtime to export org.apache.tusca... | edwardsmj | 1 | -15/+26 |
2011-01-17 | Mark several fields as "transient" in ResponseDispatchImpl to reduce data tha... | edwardsmj | 1 | -5/+5 |
2011-01-15 | Update getService to work with services on remote nodes | antelder | 3 | -5/+193 |
2011-01-15 | Make test interface remotable so it can be used to test distributed ops | antelder | 1 | -0/+3 |
2011-01-15 | Update pom to avoid circular dependencies | antelder | 1 | -2/+25 |
2011-01-14 | Add getter methods for the endpoint and endpoint and endpointRef to AsyncResp... | bdaniel | 1 | -0/+7 |