summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3907 - Fix up and appropriate what was the recursive-ws to become an ↵slaws2011-08-0521-0/+885
| | | | | | implementation-composite test. Initially I needed a test to look into the problem described by TUSCANY-3907 and found that recursive-ws want actually in the build and hadn't been ported properly to 2.x. It seems more widely useful that just ws testing hence the name change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154191 13f79535-47bb-0310-9956-ffa450edef68
* Set up for JSON test.scottkurz2011-08-034-7/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153341 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Enable some @Ignore(d) tests along with r1153285.scottkurz2011-08-025-22/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153290 13f79535-47bb-0310-9956-ffa450edef68
* Switch cross-databinding test from SDO (which I can't get working) to DOM, ↵scottkurz2011-08-016-46/+43
| | | | | | but left tests @Ignore(d) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152925 13f79535-47bb-0310-9956-ffa450edef68
* Add a couple of missing license headersantelder2011-07-282-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151781 13f79535-47bb-0310-9956-ffa450edef68
* Fix the relative path in pom.xmlrfeng2011-07-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151669 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Add tests especially exercising binding-sca-runtime code ↵scottkurz2011-07-2717-0/+895
| | | | | | cross-classloader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151641 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany-base-runtime-pom dependency adjusting for new ↵scottkurz2011-07-271-2/+3
| | | | | | binding-sca-runtime impl. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151640 13f79535-47bb-0310-9956-ffa450edef68
* Remove RAT excludes for jQuery and plain text files.fmoga2011-07-271-10/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151489 13f79535-47bb-0310-9956-ffa450edef68
* Enable bare tests as well.scottkurz2011-07-271-6/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151481 13f79535-47bb-0310-9956-ffa450edef68
* Adjust equality check from == to equals() to accomodate different style of ↵scottkurz2011-07-271-1/+1
| | | | | | data transform in binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151477 13f79535-47bb-0310-9956-ffa450edef68
* Add rat excludes for jQuery and a plain text filefmoga2011-07-271-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151384 13f79535-47bb-0310-9956-ffa450edef68
* Take out distro itests for samples that aren't in trunkantelder2011-07-211-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149364 13f79535-47bb-0310-9956-ffa450edef68
* Update to ensure the src distro isn't ever used in error over the binat distroantelder2011-07-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149354 13f79535-47bb-0310-9956-ffa450edef68
* Add src distro rat excludesantelder2011-07-211-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149161 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3855 - start of test for contexts. Not in build yet. slaws2011-07-147-0/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146715 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependencies following the move up to opensaml-2.4.1.jar, slaws2011-07-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146617 13f79535-47bb-0310-9956-ffa450edef68
* Typo in POM name.scottkurz2011-07-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146188 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3884 - Convert the default binding to delegate for local calls as ↵slaws2011-07-111-8/+18
| | | | | | well as remote calls. Means that the binding is more consistent in it's layout and the delegation selection logic is more cleanly separated from the code that handles passing messages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145118 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3654 - The JIRA that causes this test to be ignored was closed a ↵slaws2011-07-061-1/+0
| | | | | | while ago. Test still needs correct though as it's currently specifying the same request and response formats. Needs fixing when TUSCANY-3890 is done. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143347 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart ↵slaws2011-07-051-0/+1
| | | | | | support in the ws binding so that WS policy can be applied. For the time being it only demonstrates integrity. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142920 13f79535-47bb-0310-9956-ffa450edef68
* Tidy test to remove debug itemsslaws2011-07-043-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142576 13f79535-47bb-0310-9956-ffa450edef68
* Add itest for testing WS Policy as applied to the WS binding. Not in build yet. slaws2011-06-2913-0/+671
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141102 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3886: removing hanging itest from buildantelder2011-06-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140043 13f79535-47bb-0310-9956-ffa450edef68
* Take a look at the sequence of interceptors that gets called when an ↵slaws2011-06-237-10/+121
| | | | | | exception is thrown. Seems to be OK at first view when we depend on InterceptorAsyncImpl. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138966 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3877 - fix up test policies to match the corrected appliesTo ↵slaws2011-06-233-13/+14
| | | | | | processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138865 13f79535-47bb-0310-9956-ffa450edef68
* Add a binding.ws specific policy set and capture the order in which the ↵slaws2011-06-2122-33/+756
| | | | | | interceptors should be called so that this can be explicitly checked by the test. The test also looks at the result of the matchin process which is not correct at present because "appliesTo" processing is not performed for runtime resolved references. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138071 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily disable the interceptors test so that I can commit some changes ↵slaws2011-06-211-0/+2
| | | | | | that won't work until the infrastructure is updated. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137987 13f79535-47bb-0310-9956-ffa450edef68
* Correct module parent to fix Hudson build issueantelder2011-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137884 13f79535-47bb-0310-9956-ffa450edef68
* Update old plugin nameantelder2011-06-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137598 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and ↵slaws2011-06-162-3/+7
| | | | | | represent implementation policy correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136391 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3873 - modify the policy matching algorithm for the case where the ↵slaws2011-06-161-7/+2
| | | | | | reference has a target but no policy and the service has policy. In this case the code now copies the service policy to the reference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136386 13f79535-47bb-0310-9956-ffa450edef68
* Add intents to implementations. It shows that implementation policy is not ↵slaws2011-06-153-2/+5
| | | | | | being handled correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136033 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3873 - Tidy so that it runsslaws2011-06-143-9/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135456 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3873 - start of a test case to check out policy matching and to look ↵slaws2011-06-1421-0/+1033
| | | | | | at where an how policy interceptors are added along the reference, service and binding chains git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135444 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest to look at having the domain name be able to be used as part of ↵antelder2011-06-133-0/+146
| | | | | | service endpoint URIs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135092 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - Add more output to the test so we can test when exceptions ↵slaws2011-06-101-26/+59
| | | | | | are thrown out of the Node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134225 13f79535-47bb-0310-9956-ffa450edef68
* Update with JIRA number for issueantelder2011-06-091-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133715 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for stopping and starting a composite on a remote nodeantelder2011-06-097-0/+278
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133709 13f79535-47bb-0310-9956-ffa450edef68
* Update for tuscany plugin name changeantelder2011-06-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133702 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - Fix up the test messages so they are easy to compare for ↵slaws2011-06-062-0/+3
| | | | | | correctness and add the test to the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132639 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - Take account of different scopes and eager initslaws2011-06-065-78/+766
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132579 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - Update the status reporting so that I can see what components ↵slaws2011-05-277-56/+129
| | | | | | the events are related to git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1128352 13f79535-47bb-0310-9956-ffa450edef68
* Add a test implementation provider and extend the test case to cover init ↵slaws2011-05-2614-5/+564
| | | | | | and destroy exceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127870 13f79535-47bb-0310-9956-ffa450edef68
* This test has been replaced by two-jvm-hazelcast (although that's still ↵slaws2011-05-2510-558/+0
| | | | | | turned off) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127521 13f79535-47bb-0310-9956-ffa450edef68
* Set up listener to allow consistent shutdownslaws2011-05-251-44/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127503 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - start of a test to check various lifecycle events. slaws2011-05-2419-0/+744
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126977 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest domain node changesantelder2011-05-171-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104147 13f79535-47bb-0310-9956-ffa450edef68
* Make the test interface remotableantelder2011-05-101-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101335 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the tests to use the iface contribution appropriatelyslaws2011-04-277-9/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097065 13f79535-47bb-0310-9956-ffa450edef68