summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-05Fix and re-enable policies itestbdaniel2-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982649 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04TUSCANY-3644: take out PaymentTestCase with @Ignore as its fialing presentlyantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982168 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Take out the bpel helloworld testcase for now as its broken with the ↵antelder1-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
2010-07-29TUSCANY-3625 - extend the test to demonstrate what happens when a WSDL is ↵slaws12-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
2010-07-26TUSCANY-3632: take out failing itestantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979195 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3631: take out failing itestantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979194 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26re-enable policies itestbdaniel1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979168 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Update policies itest with valid appliesTo elementsbdaniel1-7/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979167 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25Add missing license headersantelder1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979122 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25Add ignore to policies itest as its failing presentlyantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979005 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20Fix jms test interfaces to not match oneway and non-oneway operationsantelder3-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965822 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Add attachTo attribute to policy sets in the policies itest definitionsbdaniel1-6/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964900 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Fix for TUSCANY-3622rfeng4-1/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16disable test as potential cause of build hangkelvingoodson1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964839 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Fix test case to take account of stricter policy checks and also apparent ↵slaws3-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
2010-07-16These days we have to attach policy sets to subjects, either explicitly or ↵slaws1-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
2010-07-15some more detail on the style/format testsslaws1-8/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964380 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Add doc-list contribution to the buildslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964379 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Add launcher for doc lit contributionslaws1-0/+124
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964374 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Add contribution to demonstrate doc-lit(or bare) message styleslaws12-0/+721
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964372 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14TUSCANY-3616 - fix the namespace of generated WSDLslaws1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963981 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws17-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
2010-07-07Add RPC/LIT test case slaws1-0/+122
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961299 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws2-17/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961298 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws3-21/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961297 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07TUSCANY-3616 - correct WSDL/XSD to match Java interface descriptionslaws3-18/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961295 13f79535-47bb-0310-9956-ffa450edef68
2010-07-02Remove these test cases as BWS20019 now means that only one endpoint ↵slaws3-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
2010-07-01Correct package nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959686 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of ↵slaws1-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
2010-06-30Reorg and update to the supported styles listslaws1-18/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959240 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Updates to test different mechanisms for specifying wrapper namespaceslaws4-17/+259
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959016 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Copy the new doc lit wrapped test from the axis2 tests to the base testsantelder1-0/+122
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958910 13f79535-47bb-0310-9956-ffa450edef68
2010-06-27Renaming spring-sca to spring-runtime to follow the same pattern used in ↵lresende2-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
2010-06-25Add contribution-doc-lit-wrapped as its used by the launcher-axis2 testantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957844 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24Test with doc/lit/wrapped contribution. Rpc/lit doesn't work yet so not ↵slaws1-0/+122
adding that test case yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957529 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24TUSCANY-3614 Add a rpc/lit test contributionslaws11-0/+712
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957528 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24Add a doc/lit/wrapped test contributionslaws10-0/+680
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957525 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Add an exclude for target/*.log filesrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957344 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Catch up with spec related binding.ws changes. URL no allowed on binding.ws ↵slaws1-1/+1
on service callback now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956839 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956786 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Catch up with changes for otests that, following the spec, don't allow the ↵slaws6-7/+7
presence of wsdl.service on a binding.ws on a component service [BWS20003] git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956538 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-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 ↵slaws2-5/+5
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