summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Populate intents and policySets from sca:reference and sca:service elementsrfeng2010-08-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988747 13f79535-47bb-0310-9956-ffa450edef68
* switch over to using binding-ws and implmentation-java in new locations. slaws2010-08-232-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988103 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces ↵slaws2010-08-181-1/+5
| | | | | | (JAXWSJavaIntefaceProcessor) and, in the JavaIntefaceProcessor, post process these to reconfigure the Java interface based on what is found. The case where WSDL is referenced is tricky and still has holes. The WSDL is read and is attached to the Java interface as a normalized interface and is used during interface matching. Binding implementations that care about WSDL should really check the normalized interface rather than the service interface itself. This is still a TODO. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986740 13f79535-47bb-0310-9956-ffa450edef68
* Update to check for ServiceRuntimeExceptionantelder2010-08-181-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986728 13f79535-47bb-0310-9956-ffa450edef68
* Update to use spec defined jmsDefault wireformatantelder2010-08-181-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986683 13f79535-47bb-0310-9956-ffa450edef68
* Change to sue spec defined op selectorantelder2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986665 13f79535-47bb-0310-9956-ffa450edef68
* Add ignore as its broken presentlyantelder2010-08-181-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986664 13f79535-47bb-0310-9956-ffa450edef68
* Ensure all the jms destination are correctly defined now that the jms ↵antelder2010-08-1310-17/+13
| | | | | | binding has tightened up creation when using the jms uri format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985153 13f79535-47bb-0310-9956-ffa450edef68
* Correct the format of all the jms uri'santelder2010-08-1211-24/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984757 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3641 - When a JAXWS binding is encountered make sure that the ↵slaws2010-08-121-1/+2
| | | | | | associated SCA service has a WS binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984702 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ↵slaws2010-08-091-1/+12
| | | | | | the wsdl, identified by the location, from the current contribution. The WSDL is associated with the Java component type service by attaching it to the JavaInterface normalized interface slot. This is not ideal but does allow us to pull things out of the WSDL, such a as policy. The spec state that the component type should have interface.wsdl but this messes up our databinding code which expects the component service to exhibit an interface suitable for the actual implementation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983647 13f79535-47bb-0310-9956-ffa450edef68
* Fix and re-enable policies itestbdaniel2010-08-052-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982649 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3644: take out PaymentTestCase with @Ignore as its fialing presentlyantelder2010-08-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982168 13f79535-47bb-0310-9956-ffa450edef68
* Take out the bpel helloworld testcase for now as its broken with the ↵antelder2010-08-031-0/+2
| | | | | | componentcontext api spec compliance changes kelvin is about to commit. I'm investigating and will get it going again soon git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981834 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3625 - extend the test to demonstrate what happens when a WSDL is ↵slaws2010-07-2912-4/+145
| | | | | | provided where an operation name has an upper case first character. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980434 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3632: take out failing itestantelder2010-07-261-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979195 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3631: take out failing itestantelder2010-07-261-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979194 13f79535-47bb-0310-9956-ffa450edef68
* re-enable policies itestbdaniel2010-07-261-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979168 13f79535-47bb-0310-9956-ffa450edef68
* Update policies itest with valid appliesTo elementsbdaniel2010-07-261-7/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979167 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headersantelder2010-07-251-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979122 13f79535-47bb-0310-9956-ffa450edef68
* Add ignore to policies itest as its failing presentlyantelder2010-07-251-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979005 13f79535-47bb-0310-9956-ffa450edef68
* Fix jms test interfaces to not match oneway and non-oneway operationsantelder2010-07-203-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965822 13f79535-47bb-0310-9956-ffa450edef68
* Add attachTo attribute to policy sets in the policies itest definitionsbdaniel2010-07-161-6/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964900 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3622rfeng2010-07-164-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
* disable test as potential cause of build hangkelvingoodson2010-07-161-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964839 13f79535-47bb-0310-9956-ffa450edef68
* Fix test case to take account of stricter policy checks and also apparent ↵slaws2010-07-163-11/+13
| | | | | | inconsistencies in the WS Policy namespace in the code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964724 13f79535-47bb-0310-9956-ffa450edef68
* These days we have to attach policy sets to subjects, either explicitly or ↵slaws2010-07-161-1/+4
| | | | | | externally, having appliesTo alone isn't sufficient. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964718 13f79535-47bb-0310-9956-ffa450edef68
* some more detail on the style/format testsslaws2010-07-151-8/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964380 13f79535-47bb-0310-9956-ffa450edef68
* Add doc-list contribution to the buildslaws2010-07-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964379 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher for doc lit contributionslaws2010-07-151-0/+124
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964374 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution to demonstrate doc-lit(or bare) message styleslaws2010-07-1512-0/+721
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964372 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - fix the namespace of generated WSDLslaws2010-07-141-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963981 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2010-07-1317-606/+36
| | | | | | and reference binding and at service and service binding match. Motivated by BWS_2007. TO do this properly we have to test that the interfaces are described using the same IDL and if not convert to WSDL1.1 are required by the SCA specifications. There are a lot of changes here as doing this upset quite a few tests. Further work is required to look at the details of our WSDL generation process which looks a little suspect around wrapper namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963624 13f79535-47bb-0310-9956-ffa450edef68
* Add RPC/LIT test case slaws2010-07-071-0/+122
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961299 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws2010-07-072-17/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961298 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws2010-07-073-21/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961297 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws2010-07-073-18/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961295 13f79535-47bb-0310-9956-ffa450edef68
* Remove these test cases as BWS20019 now means that only one endpoint ↵slaws2010-07-023-200/+0
| | | | | | specification can be present and hence precedence is not an issue. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960017 13f79535-47bb-0310-9956-ffa450edef68
* Correct package nameantelder2010-07-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959686 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of ↵slaws2010-06-301-0/+1
| | | | | | thing now but some of the code is in the wrong place so some refactoring still to do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959254 13f79535-47bb-0310-9956-ffa450edef68
* Reorg and update to the supported styles listslaws2010-06-301-18/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959240 13f79535-47bb-0310-9956-ffa450edef68
* Updates to test different mechanisms for specifying wrapper namespaceslaws2010-06-294-17/+259
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959016 13f79535-47bb-0310-9956-ffa450edef68
* Copy the new doc lit wrapped test from the axis2 tests to the base testsantelder2010-06-291-0/+122
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958910 13f79535-47bb-0310-9956-ffa450edef68
* Renaming spring-sca to spring-runtime to follow the same pattern used in ↵lresende2010-06-272-3/+3
| | | | | | other modules as discussed on mailing list git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958318 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution-doc-lit-wrapped as its used by the launcher-axis2 testantelder2010-06-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957844 13f79535-47bb-0310-9956-ffa450edef68
* Test with doc/lit/wrapped contribution. Rpc/lit doesn't work yet so not ↵slaws2010-06-241-0/+122
| | | | | | adding that test case yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957529 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3614 Add a rpc/lit test contributionslaws2010-06-2411-0/+712
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957528 13f79535-47bb-0310-9956-ffa450edef68
* Add a doc/lit/wrapped test contributionslaws2010-06-2410-0/+680
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957525 13f79535-47bb-0310-9956-ffa450edef68
* Add an exclude for target/*.log filesrfeng2010-06-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957344 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with spec related binding.ws changes. URL no allowed on binding.ws ↵slaws2010-06-221-1/+1
| | | | | | on service callback now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956839 13f79535-47bb-0310-9956-ffa450edef68