summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support policy XPath functions without ns prefixes and without a single node ↵bdaniel2010-06-223-14/+110
| | | | | | context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956919 13f79535-47bb-0310-9956-ffa450edef68
* Small improvement to message reported to include exception text when ↵slaws2010-06-222-2/+2
| | | | | | interface is not valid git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956867 13f79535-47bb-0310-9956-ffa450edef68
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj2010-06-221-1/+4
| | | | | | service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956828 13f79535-47bb-0310-9956-ffa450edef68
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj2010-06-221-1/+2
| | | | | | service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956824 13f79535-47bb-0310-9956-ffa450edef68
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj2010-06-221-0/+5
| | | | | | service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956823 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende2010-06-224-14/+27
| | | | 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
* 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
* 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
* 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
* 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
* 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
* Add a flag to the binding builder to indicate that generated data should be ↵slaws2010-06-1718-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
* 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-175-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
* 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
* Use more general exception as diff jdks and urls give diff exceptionsantelder2010-06-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954872 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3591 - correct the promotion hierarchy for callback ↵slaws2010-06-152-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
* TUSCANY-3594 - flow the actual callback URL in the SOAP header as opposed to ↵slaws2010-06-152-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
* Add a little bit more structure to message header storage to generally avoid ↵slaws2010-06-146-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
* Update wsdli:location validation to fix conformance test BWS_2015antelder2010-06-123-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953965 13f79535-47bb-0310-9956-ffa450edef68
* A little more separation of the Tuscany bits from the Axis bitsslaws2010-06-114-161/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953679 13f79535-47bb-0310-9956-ffa450edef68
* Allow for testing of this provider in the Axis2 runtime. slaws2010-06-111-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953656 13f79535-47bb-0310-9956-ffa450edef68
* Fix cut and paste error in title commentslaws2010-06-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953655 13f79535-47bb-0310-9956-ffa450edef68
* If we need to set the property we should tell it to use the value we set. slaws2010-06-111-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953654 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importrfeng2010-06-091-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953176 13f79535-47bb-0310-9956-ffa450edef68
* Remove some more of those pesky non-utf8 charactersantelder2010-06-091-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953037 13f79535-47bb-0310-9956-ffa450edef68
* Remove the domain module as the code is now in domain-nodeantelder2010-06-0914-1162/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952990 13f79535-47bb-0310-9956-ffa450edef68
* Move the code in the domain module to the domain-node module as thats what ↵antelder2010-06-0912-0/+1104
| | | | | | domain-node was intended for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952989 13f79535-47bb-0310-9956-ffa450edef68
* Tidy the processing that creates the links between enpointreferences and ↵slaws2010-06-091-36/+60
| | | | | | endpoints to represent callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952936 13f79535-47bb-0310-9956-ffa450edef68
* Remove non-UTF8 charsrfeng2010-06-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952897 13f79535-47bb-0310-9956-ffa450edef68
* Remove non UTF-8 charsrfeng2010-06-081-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952727 13f79535-47bb-0310-9956-ffa450edef68
* remove troublesome comments which trigger jdk issue "unmappable character ↵kelvingoodson2010-06-0729-30/+5
| | | | | | for encoding UTF-8" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952189 13f79535-47bb-0310-9956-ffa450edef68
* Handle explicit dependent contribution URIs and implement the helper ↵antelder2010-06-051-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
* Keep track on any explicit dependent contribution URIsantelder2010-06-051-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951670 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to get an installed contribution and to get the AssemblyFactory ↵antelder2010-06-051-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