summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-22Support policy XPath functions without ns prefixes and without a single node ↵bdaniel3-14/+110
context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956919 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Small improvement to message reported to include exception text when ↵slaws2-2/+2
interface is not valid git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956867 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj1-1/+4
service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956828 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj1-1/+2
service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956824 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj1-0/+5
service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956823 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende4-14/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956786 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Add evaluation for XPath IntentRef function bdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956680 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Add evaluation for XPath IntentRef function bdaniel2-2/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956679 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Add spec conformance number to message. slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956610 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Improve error messageslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956607 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws5-1/+40
binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Fix up IDE warningsantelder1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956562 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Change all exception throwing to be Monitor errorsantelder2-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956554 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS20006 - if a component reference binding.ws names a WSDL service with ↵slaws3-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
2010-06-21Remove out of date warningantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956530 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Change the previous warning thrown when a service can't be found into an errorslaws2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956516 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS_2003 - add a check that wsdl.service doesn't appear on a service ↵slaws2-0/+7
binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956511 13f79535-47bb-0310-9956-ffa450edef68
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-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-17Add a flag to the binding builder to indicate that generated data should be ↵slaws18-35/+36
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 ↵slaws5-31/+108
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-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-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-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-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-14Add a little bit more structure to message header storage to generally avoid ↵slaws6-27/+16
having to loop across headers to find the right one. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954414 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12Update wsdli:location validation to fix conformance test BWS_2015antelder3-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953965 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11A little more separation of the Tuscany bits from the Axis bitsslaws4-161/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953679 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11Allow for testing of this provider in the Axis2 runtime. slaws1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953656 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11Fix cut and paste error in title commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953655 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11If we need to set the property we should tell it to use the value we set. slaws1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953654 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Add missing OSGi importrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953176 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Remove some more of those pesky non-utf8 charactersantelder1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953037 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Remove the domain module as the code is now in domain-nodeantelder14-1162/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952990 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Move the code in the domain module to the domain-node module as thats what ↵antelder12-0/+1104
domain-node was intended for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952989 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Tidy the processing that creates the links between enpointreferences and ↵slaws1-36/+60
endpoints to represent callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952936 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Remove non-UTF8 charsrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952897 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08Remove non UTF-8 charsrfeng1-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952727 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07remove troublesome comments which trigger jdk issue "unmappable character ↵kelvingoodson29-30/+5
for encoding UTF-8" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952189 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Handle explicit dependent contribution URIs and implement the helper ↵antelder1-4/+26
methods to get the AssemblyFactory and installed contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951671 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Keep track on any explicit dependent contribution URIsantelder1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951670 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Add methods to get an installed contribution and to get the AssemblyFactory ↵antelder1-0/+4
(which could then be used to create all the artifacts programatically). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951669 13f79535-47bb-0310-9956-ffa450edef68