summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-sca-axis2-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When running binding-sca-axis unit tests in Eclipse I was getting javax.jms ↵slaws2009-08-271-1/+3
| | | | | | not found from Axis. Was working OK in maven. I added the package import to the Tuscany module manifest and this seems to get the tests working for me in Eclipse. It not immediately clear to me how changing this bundle helps out the Axis bundle but I've lost track a bit of the complex relationship between tuscany and axis bundles so need to look closer. This may help others in the mean time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808554 13f79535-47bb-0310-9956-ffa450edef68
* Some strangeness here. In unit tests there is a class not found exception ↵slaws2009-08-081-0/+13
| | | | | | for javax.jms.BytesMessage when Axis loads the JMS transport. Didn't used to happen but had to add these. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802412 13f79535-47bb-0310-9956-ffa450edef68
* Remove targetNamespace from compositesslaws2009-08-082-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802409 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3138: Start of the changes to use the latest spec APIs with the ↵antelder2009-07-112-0/+3
| | | | | | removal of CallableReference. BUild works cleanly for me with this but callbacks don't work yet so all callback tests are commented out or @Ignored with a reference to TUSCANY-3138. Commiting it now so Simon can start helping to finish the code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793178 13f79535-47bb-0310-9956-ffa450edef68
* Add the workaround to create a URL based on the free port if no default is ↵rfeng2009-06-251-21/+42
| | | | | | configured git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788489 13f79535-47bb-0310-9956-ffa450edef68
* Remove URIs from reference binding.sca to move these composites toward ↵slaws2009-06-247-23/+13
| | | | | | OASIS. service bindings changes to follow. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788053 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 - bring up remote version of binding.sca and include it in the ↵slaws2009-06-1921-132/+77
| | | | | | build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786563 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are ↵rfeng2009-06-181-1/+3
| | | | | | now treated as plain jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786265 13f79535-47bb-0310-9956-ffa450edef68
* Fix the OSGi MFrfeng2009-06-161-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785429 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 pull in binding-sca-axis2 from 1.x. Not in build and only two ↵slaws2009-06-1648-0/+2279
of the unit tests are working at the moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785290 13f79535-47bb-0310-9956-ffa450edef68