summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run gpg sign in the verify phaseantelder2010-06-221-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956795 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende2010-06-226-20/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956786 13f79535-47bb-0310-9956-ffa450edef68
* Add evaluation for XPath IntentRef function bdaniel2010-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956680 13f79535-47bb-0310-9956-ffa450edef68
* Add evaluation for XPath IntentRef function bdaniel2010-06-212-2/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956679 13f79535-47bb-0310-9956-ffa450edef68
* Add spec conformance number to message. slaws2010-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956610 13f79535-47bb-0310-9956-ffa450edef68
* Improve error messageslaws2010-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956607 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws2010-06-215-1/+40
| | | | | | binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
* Fix up IDE warningsantelder2010-06-211-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956562 13f79535-47bb-0310-9956-ffa450edef68
* Change all exception throwing to be Monitor errorsantelder2010-06-212-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956554 13f79535-47bb-0310-9956-ffa450edef68
* BWS20006 - if a component reference binding.ws names a WSDL service with ↵slaws2010-06-213-6/+51
| | | | | | more than one port then pick the first port. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956539 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with changes for otests that, following the spec, don't allow the ↵slaws2010-06-216-7/+7
| | | | | | presence of wsdl.service on a binding.ws on a component service [BWS20003] git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956538 13f79535-47bb-0310-9956-ffa450edef68
* Remove out of date warningantelder2010-06-211-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956530 13f79535-47bb-0310-9956-ffa450edef68
* Updates to get the jms test suite runner workingantelder2010-06-214-42/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956527 13f79535-47bb-0310-9956-ffa450edef68
* Change the previous warning thrown when a service can't be found into an errorslaws2010-06-212-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956516 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2003 - add a check that wsdl.service doesn't appear on a service ↵slaws2010-06-212-0/+7
| | | | | | binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956511 13f79535-47bb-0310-9956-ffa450edef68
* Update root pom.xml distributionManagement for Nexus based repositories. To ↵antelder2010-06-211-11/+10
| | | | | | use these you'll need to define the servers in your m2 settings.xml, for details see http://maven.apache.org/developers/committer-settings.html git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956509 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2001 - add a check that the reference binding.ws has an absolute URIslaws2010-06-213-0/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956500 13f79535-47bb-0310-9956-ffa450edef68
* Handle the wsa:ReferenceParameters SOAP header if present on the invocation ↵edwardsmj2010-06-192-12/+39
| | | | | | of a bidirectional service offered as a Web service - pass the parameters back in the SOAP headers of any callback operation invocation from the service to the client, as required by TUSCANY-3592 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956193 13f79535-47bb-0310-9956-ffa450edef68
* Handle the receipt of messageID data from a wsa:MessageID header in an ↵edwardsmj2010-06-182-13/+49
| | | | | | incoming Web service invocation of a bidirectional service, transmit this data to the callback invocation from the service and embed into a wsa:RelatesTo SOAP header in the callback Wen service message, as required by the OASIS Web Service Binding spec, described in TUSCANY-3592 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956128 13f79535-47bb-0310-9956-ffa450edef68
* Handle the receipt of messageID data from a wsa:MessageID header in an ↵edwardsmj2010-06-181-0/+14
| | | | | | incoming Web service invocation of a bidirectional service, transmit this data to the callback invocation from the service and embed into a wsa:RelatesTo SOAP header in the callback Wen service message, as required by the OASIS Web Service Binding spec, described in TUSCANY-3592 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956127 13f79535-47bb-0310-9956-ffa450edef68
* Fix for subtask #3 of TUSCANY-3592 to enable the invocation of a callback ↵edwardsmj2010-06-181-40/+91
| | | | | | operation to include the wsa:To and wsa:Action headers as required by the OASIS Web services spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956038 13f79535-47bb-0310-9956-ffa450edef68
* Remove the webapp stuff that shouldn't be in this Java SE sampleantelder2010-06-185-193/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955989 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple callback sample to contrib areaantelder2010-06-1813-0/+488
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955988 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3517: Commit initial async servlet sample to contrib areaantelder2010-06-1811-0/+460
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955957 13f79535-47bb-0310-9956-ffa450edef68
* Fix for subtask #2 of TUSCANY-3592 to enable the endpoint of a bidirectional ↵edwardsmj2010-06-181-2/+25
| | | | | | web service to recognise the 2 special Web service Addressing values and throw the required SOAP fault git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955932 13f79535-47bb-0310-9956-ffa450edef68
* Add copy of the axis2 tests that use the JAXWS RI provider included in the ↵antelder2010-06-187-0/+754
| | | | | | base jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955879 13f79535-47bb-0310-9956-ffa450edef68
* Check for message context being null to prevent NPE when these methods are ↵slaws2010-06-181-3/+30
| | | | | | called from a new thread. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955860 13f79535-47bb-0310-9956-ffa450edef68
* Remove the binding.ws specific callback test as I've moved its contents to ↵slaws2010-06-1710-529/+0
| | | | | | the ws itest folder. See itest/ws/contribution-callback* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955619 13f79535-47bb-0310-9956-ffa450edef68
* Add the new callback contributions to the buildslaws2010-06-171-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955612 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3593 - Modify the base callback test so that it uses the most ↵slaws2010-06-171-3/+1
| | | | | | minimal configuration. The forwardspec contribution now tests the case where forward bindings are included on service and reference side. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955611 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher for forward specified callback contributionslaws2010-06-171-0/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955609 13f79535-47bb-0310-9956-ffa450edef68
* A callback contribution where only the forward bindings are specified. slaws2010-06-1710-0/+570
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955608 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher for fully specified callback contributionslaws2010-06-171-0/+111
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955607 13f79535-47bb-0310-9956-ffa450edef68
* Add a ws binding specific full specified callback test contributionslaws2010-06-1710-0/+576
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955606 13f79535-47bb-0310-9956-ffa450edef68
* Add a flag to the binding builder to indicate that generated data should be ↵slaws2010-06-1720-40/+41
| | | | | | regenerated. Also rename the methods for getting/setting the generated data to make it more obvious that that's what it's doing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955601 13f79535-47bb-0310-9956-ffa450edef68
* Add manifest entries for packages org.apache.tuscany.sca.context and ↵edwardsmj2010-06-171-1/+3
| | | | | | org.apache.tuscany.sca.work to enable correct operation under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955565 13f79535-47bb-0310-9956-ffa450edef68
* improve variable nameslaws2010-06-171-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955562 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ↵slaws2010-06-176-32/+109
| | | | | | is resolved in order to handle callbacks. This investigation has raised some questions that OASIS needs to answer, e.g. how to handle policy in this late bound scenario. Also this code change turns off generated WSDL caching and also relies on the SCA binding being attached to the callback service to carry the binding URI but this causes problems if you explicitly specify binding.sca. So more work to do but the basic test passes now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955544 13f79535-47bb-0310-9956-ffa450edef68
* Wait test checked in by mistake. Set to ignore. slaws2010-06-171-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955503 13f79535-47bb-0310-9956-ffa450edef68
* Add missing MANIFEST.MF entry for assembly-xsd package to enable Tuscany to ↵edwardsmj2010-06-171-0/+1
| | | | | | run correctly under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955491 13f79535-47bb-0310-9956-ffa450edef68
* small updates to commentsslaws2010-06-161-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955242 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3591 - extra test for this fix over and above what's included in ws ↵slaws2010-06-1614-0/+754
| | | | | | otests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955197 13f79535-47bb-0310-9956-ffa450edef68
* Add callback test case. Different from the otest in that it's testing SCA to ↵slaws2010-06-1612-0/+683
| | | | | | SCA callbacks. I may combine this with the itest/callback-ws test we already have but that's testing different SCDL combinations at the moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955180 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable the wsdl first contribution and the test case that launches itslaws2010-06-1612-322/+527
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955162 13f79535-47bb-0310-9956-ffa450edef68
* Change to use port 61606 to see if that fixes the hudson build failantelder2010-06-163-73/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955153 13f79535-47bb-0310-9956-ffa450edef68
* Add license headersantelder2010-06-162-0/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955144 13f79535-47bb-0310-9956-ffa450edef68
* Single node test works so am re-enabling it. slaws2010-06-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954936 13f79535-47bb-0310-9956-ffa450edef68
* Turn complex message passing test back onslaws2010-06-1511-120/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954932 13f79535-47bb-0310-9956-ffa450edef68
* Turn on basic fault test and add these tests to the buildslaws2010-06-152-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954912 13f79535-47bb-0310-9956-ffa450edef68
* Change Tuscany dependency to JAXWS dependency as this module is pure JAXWSslaws2010-06-151-7/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954911 13f79535-47bb-0310-9956-ffa450edef68