summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-21BWS_2001 - add a check that the reference binding.ws has an absolute URIslaws3-0/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956500 13f79535-47bb-0310-9956-ffa450edef68
2010-06-19Handle the wsa:ReferenceParameters SOAP header if present on the invocation ↵edwardsmj2-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
2010-06-18Handle the receipt of messageID data from a wsa:MessageID header in an ↵edwardsmj2-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
2010-06-18Handle the receipt of messageID data from a wsa:MessageID header in an ↵edwardsmj1-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
2010-06-18Fix for subtask #3 of TUSCANY-3592 to enable the invocation of a callback ↵edwardsmj1-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
2010-06-18Fix for subtask #2 of TUSCANY-3592 to enable the endpoint of a bidirectional ↵edwardsmj1-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
2010-06-18Add copy of the axis2 tests that use the JAXWS RI provider included in the ↵antelder7-0/+754
base jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955879 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18Check for message context being null to prevent NPE when these methods are ↵slaws1-3/+30
called from a new thread. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955860 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17Remove the binding.ws specific callback test as I've moved its contents to ↵slaws10-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
2010-06-17Add the new callback contributions to the buildslaws1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955612 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17TUSCANY-3593 - Modify the base callback test so that it uses the most ↵slaws1-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
2010-06-17Add launcher for forward specified callback contributionslaws1-0/+112
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955609 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17A callback contribution where only the forward bindings are specified. slaws10-0/+570
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955608 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17Add launcher for fully specified callback contributionslaws1-0/+111
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955607 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17Add a ws binding specific full specified callback test contributionslaws10-0/+576
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955606 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17Add a flag to the binding builder to indicate that generated data should be ↵slaws20-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
2010-06-17Add manifest entries for packages org.apache.tuscany.sca.context and ↵edwardsmj1-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
2010-06-17improve variable nameslaws1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955562 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ↵slaws6-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
2010-06-17Wait test checked in by mistake. Set to ignore. slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955503 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17Add missing MANIFEST.MF entry for assembly-xsd package to enable Tuscany to ↵edwardsmj1-0/+1
run correctly under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955491 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16small updates to commentsslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955242 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16TUSCANY-3591 - extra test for this fix over and above what's included in ws ↵slaws14-0/+754
otests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955197 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16Add callback test case. Different from the otest in that it's testing SCA to ↵slaws12-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
2010-06-16Re-enable the wsdl first contribution and the test case that launches itslaws12-322/+527
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955162 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16Change to use port 61606 to see if that fixes the hudson build failantelder3-73/+73
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955153 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16Add license headersantelder2-0/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955144 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Single node test works so am re-enabling it. slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954936 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Turn complex message passing test back onslaws11-120/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954932 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Turn on basic fault test and add these tests to the buildslaws2-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954912 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Change Tuscany dependency to JAXWS dependency as this module is pure JAXWSslaws1-7/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954911 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Change launched contribution from target/classes to be the generated ↵slaws1-1/+1
contribution jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954896 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Use more general exception as diff jdks and urls give diff exceptionsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954872 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Make src jar for the base jarantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954871 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Correct unzip dependencyantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954870 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Simplify doc files and make it so there are minimal places that hard code ↵antelder1-3/+5
the release version that need updating at release time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954869 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Simplify doc files and make it so there are minimal places that hard code ↵antelder2-6/+3
the release version that need updating at release time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954868 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Add some more excludes from the src distroantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954867 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15TUSCANY-3591 - correct the promotion hierarchy for callback ↵slaws2-39/+67
references/service. Thanks to Mike for working on this in parallel with writing the Otests for this. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954864 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Tidy up callback test URIs and temporarily disable the first one pending ↵slaws2-8/+7
TUSCANY-3593 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954860 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15TUSCANY-3594 - flow the actual callback URL in the SOAP header as opposed to ↵slaws2-2/+12
the SCA endpoint URI. Thanks to Mike for working on this in parallel with writing the Otests for this. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954856 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Update to ignore itests and samples (how was this ever working?)antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954841 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Update license checker as the latest assembly plugin config changed the ↵antelder1-1/+1
directory name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954825 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Add itests for RAT checking of the src distroantelder4-0/+239
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954766 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Move the rat plugin run to the distribution itestsantelder1-23/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954741 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Move rat plugin run to the distribution itestantelder1-0/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954739 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Add some more excludes for junk in the distributionantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954736 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Remove old rat configantelder1-12/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954726 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Remove dir format as its done in the itestantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954724 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Update to use buildZips property instead of profile nameantelder1-10/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954723 13f79535-47bb-0310-9956-ffa450edef68