summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extending binding-jms-runtime to provide native async service invocation ↵edwardsmj2010-12-2029-103/+1151
| | | | | | with separate forward request messages and back response messages - as described in TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051255 13f79535-47bb-0310-9956-ffa450edef68
* Updating core invocation code to support bindings that provide native async ↵edwardsmj2010-12-203-4/+34
| | | | | | support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051250 13f79535-47bb-0310-9956-ffa450edef68
* Updating core invocation code to support bindings that provide native async ↵edwardsmj2010-12-206-27/+127
| | | | | | support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051249 13f79535-47bb-0310-9956-ffa450edef68
* Updating core invocation code to support bindings that provide native async ↵edwardsmj2010-12-201-0/+7
| | | | | | support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051247 13f79535-47bb-0310-9956-ffa450edef68
* Use the mapped binding when looking up the providerantelder2010-12-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049556 13f79535-47bb-0310-9956-ffa450edef68
* Updating the fix for OSGi support to deal with error casesedwardsmj2010-12-151-30/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049443 13f79535-47bb-0310-9956-ffa450edef68
* Remove no longer required wstx dependencyantelder2010-12-141-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049026 13f79535-47bb-0310-9956-ffa450edef68
* Fix ws binding endpoint ref writing so that it works with java stax parserantelder2010-12-144-30/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049025 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to close writerantelder2010-12-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049024 13f79535-47bb-0310-9956-ffa450edef68
* Update for axis2 osgi jarantelder2010-12-132-13/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045249 13f79535-47bb-0310-9956-ffa450edef68
* Change to use axis2 osgi jarantelder2010-12-131-11/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045247 13f79535-47bb-0310-9956-ffa450edef68
* Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj2010-12-131-41/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045089 13f79535-47bb-0310-9956-ffa450edef68
* Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj2010-12-131-46/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045087 13f79535-47bb-0310-9956-ffa450edef68
* Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj2010-12-131-32/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045085 13f79535-47bb-0310-9956-ffa450edef68
* Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj2010-12-131-33/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045082 13f79535-47bb-0310-9956-ffa450edef68
* Remove explicit version from manifestantelder2010-12-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045078 13f79535-47bb-0310-9956-ffa450edef68
* Add stax excludeantelder2010-12-131-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045077 13f79535-47bb-0310-9956-ffa450edef68
* update the manifest that node-launcher-equinox uses for axis2antelder2010-12-131-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045072 13f79535-47bb-0310-9956-ffa450edef68
* Add exclude for an old version of commons logging the seems to mess up the ↵antelder2010-12-131-0/+6
| | | | | | osgi junit tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045070 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - reorder code so that the RuntimeInvoker does not take part in ↵slaws2010-12-131-6/+9
| | | | | | the async response "previous" chain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045068 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801, update the databinding transformer so that it can be used with ↵slaws2010-12-132-10/+45
| | | | | | native async git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045067 13f79535-47bb-0310-9956-ffa450edef68
* Add a few more excludes for APIs in base Javaantelder2010-12-121-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044777 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependency on woodstox to get a testcase workingantelder2010-12-111-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044614 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependency on woodstox to get a testcase workingantelder2010-12-111-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044612 13f79535-47bb-0310-9956-ffa450edef68
* Remove base java dependenciesantelder2010-12-111-21/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044610 13f79535-47bb-0310-9956-ffa450edef68
* Exclude activation dependency thats in base javaantelder2010-12-111-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044609 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependency on jaxb implantelder2010-12-111-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044608 13f79535-47bb-0310-9956-ffa450edef68
* Exclude woodstox from sdoantelder2010-12-111-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044607 13f79535-47bb-0310-9956-ffa450edef68
* Exclude base java dependencies and add test dependency on woodstox to get a ↵antelder2010-12-111-0/+28
| | | | | | testcase working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044606 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependecy on woodstoxantelder2010-12-111-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044604 13f79535-47bb-0310-9956-ffa450edef68
* Remove base java dependenciesantelder2010-12-111-78/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044603 13f79535-47bb-0310-9956-ffa450edef68
* Excludes for many base java dependenciesantelder2010-12-111-0/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044602 13f79535-47bb-0310-9956-ffa450edef68
* Remove JDK5 dependenciesantelder2010-12-111-79/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044599 13f79535-47bb-0310-9956-ffa450edef68
* Update to clean up numerous dependencies, many i think left over from ↵antelder2010-12-116-331/+59
| | | | | | previous Axis releases. Also take out the JMS and rampart function for now as it doesn't appear to work anymore and there are no testcase or samples for those in 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044598 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to close the writerantelder2010-12-111-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044596 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-13/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044595 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to close the streamantelder2010-12-111-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044592 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to close the writerantelder2010-12-111-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044591 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to close the writerantelder2010-12-111-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044590 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-23/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044589 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-18/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044586 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044585 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-15/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044584 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-13/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044583 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044581 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044580 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-19/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044578 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-13/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044577 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-51/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044576 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-28/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044575 13f79535-47bb-0310-9956-ffa450edef68