summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* Add a flag to the binding builder to indicate that generated data should be ↵slaws2010-06-174-6/+6
| | | | | | 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
* 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
* 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
* Remove old surefire configantelder2010-06-031-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950962 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws2010-06-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
* Remove the workaroundrfeng2010-05-211-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947188 13f79535-47bb-0310-9956-ffa450edef68
* Add a workaround to support callback endpoint over WSrfeng2010-05-211-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947187 13f79535-47bb-0310-9956-ffa450edef68
* Add wsa:Action to the soap header as it's mandatoryrfeng2010-05-172-2/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945249 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated ↵kelvingoodson2010-04-274-15/+0
| | | | | | binding-ws* + minor cleanup of imports within binding-ws* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938419 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3533 - disable registration of the dummy config. Doesn't seem to ↵slaws2010-04-131-5/+5
| | | | | | affect the runtime now we've moved to 1.5.1 and it causes the Axis2 shutdown hook to be registered twice. When this happens one of the shutdown hooks is not removed on node stop and we have a leak. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933739 13f79535-47bb-0310-9956-ffa450edef68
* Add rnaking valueantelder2010-03-311-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929572 13f79535-47bb-0310-9956-ffa450edef68
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-12/+14
| | | | | | Having servlet host to return deployed uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused dependencyantelder2010-03-111-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922050 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the hard-dependency on impl class of XMLInputFactory and ↵rfeng2010-03-044-36/+70
| | | | | | | | DocumentBuilderFactory Cache the discovered axis2 xml (TODO: we need to see how we can improve the performance for the axis2 configuration loading) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918795 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports...lresende2010-03-031-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918583 13f79535-47bb-0310-9956-ffa450edef68
* Copy the test cases from binding-sca-runtime-axis2 and ↵rfeng2010-03-031-6/+1
| | | | | | | | binding-sca-runtime-rmi into an itest Change the code to pass binding.sca with mapped uri with the endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918327 13f79535-47bb-0310-9956-ffa450edef68
* Move the ws binding provider files into the provider package. slaws2010-03-0115-20/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917502 13f79535-47bb-0310-9956-ffa450edef68
* Disable parallel tests as it causes port conflictsantelder2010-03-011-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917352 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng2010-02-261-1/+1
| | | | | | status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
* Pass security context into getURLMapping() so that appropriate scheme/port ↵slaws2010-02-261-18/+19
| | | | | | are chosen when no concrete url is provided by the binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916695 13f79535-47bb-0310-9956-ffa450edef68
* Set the JVM trust/key store so the client side is able to pick up the ↵slaws2010-02-261-1/+21
| | | | | | servers public certificate. Not sure this is actually the way to way to do it as need more investigation into client side configuration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916677 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2010-02-251-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916402 13f79535-47bb-0310-9956-ffa450edef68
* Add binding.ws specific providers for the HTTPSPolicy model slaws2010-02-254-1/+110
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916317 13f79535-47bb-0310-9956-ffa450edef68
* Fluff up a policy provider instanceslaws2010-02-251-7/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916311 13f79535-47bb-0310-9956-ffa450edef68
* Separate the common parts of the binding.ws reference and service binding ↵slaws2010-02-254-41/+87
| | | | | | provider into a base class. Provides a common class that can be passed out for policy configuration if separate reference and service side configuration is not required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916309 13f79535-47bb-0310-9956-ffa450edef68
* Enable the ws binding specific basic auth policy providerslaws2010-02-121-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909491 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the basic auth policy providerslaws2010-02-123-17/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909490 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out code and tidy commentsslaws2010-02-121-20/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909482 13f79535-47bb-0310-9956-ffa450edef68
* Add the word Reference into the binding invoker class nameslaws2010-02-122-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909481 13f79535-47bb-0310-9956-ffa450edef68
* Start of basic auth binding specific policy implementation. Basically the ↵slaws2010-02-125-0/+398
| | | | | | function that used to be split between the binding configurator and the policy provider in policy-security. Model will stay in policy-security so multiple bindings can use it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909390 13f79535-47bb-0310-9956-ffa450edef68
* Enable reference side binding wire. Mainly so I can start trying out some ↵slaws2010-02-126-199/+195
| | | | | | binding specific policy implementations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909388 13f79535-47bb-0310-9956-ffa450edef68
* Remove as methods are now in assembly policy helper and constants are on ↵slaws2010-02-111-80/+0
| | | | | | assembly-xml constants git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908923 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-094-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment locationslaws2010-02-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907636 13f79535-47bb-0310-9956-ffa450edef68
* No longer requiredslaws2010-02-081-502/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907635 13f79535-47bb-0310-9956-ffa450edef68
* Move toward having the Axis specific code in the Axis2EngineIntegration ↵slaws2010-02-088-360/+636
| | | | | | class while having the service and reference provides do more of the orchestration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907634 13f79535-47bb-0310-9956-ffa450edef68
* started causing spurious compilation error so remove for now as it doesn't ↵slaws2010-02-041-1/+1
| | | | | | do anything yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906670 13f79535-47bb-0310-9956-ffa450edef68
* Disable JMS transport for now until the code is fixed to bring it back in ↵slaws2010-02-031-5/+7
| | | | | | again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906179 13f79535-47bb-0310-9956-ffa450edef68
* fix namespaces so that MTOM is in Tuscany namespaceslaws2010-02-031-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906178 13f79535-47bb-0310-9956-ffa450edef68
* As some more basic tests around the different ways that endpoint uri can be ↵slaws2010-02-038-4/+288
| | | | | | specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906176 13f79535-47bb-0310-9956-ffa450edef68
* Add some initial policy implementations in. MTOM is just handling an ↵slaws2010-02-035-0/+369
| | | | | | "mayProvide" intent while the config param policy is from the old implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906175 13f79535-47bb-0310-9956-ffa450edef68