summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-14TUSCANY-3855 - start of test for contexts. Not in build yet. slaws7-0/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146715 13f79535-47bb-0310-9956-ffa450edef68
2011-07-14Correct dependencies following the move up to opensaml-2.4.1.jar, slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146617 13f79535-47bb-0310-9956-ffa450edef68
2011-07-13Typo in POM name.scottkurz1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146188 13f79535-47bb-0310-9956-ffa450edef68
2011-07-12Add the memory settings to avoid OutOfMemory issue during the buildrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145740 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11TUSCANY-3884 - Convert the default binding to delegate for local calls as ↵slaws1-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
2011-07-06TUSCANY-3654 - The JIRA that causes this test to be ignored was closed a ↵slaws1-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
2011-07-05TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart ↵slaws1-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
2011-07-04Tidy test to remove debug itemsslaws3-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142576 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Add itest for testing WS Policy as applied to the WS binding. Not in build yet. slaws13-0/+671
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141102 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27TUSCANY-3886: removing hanging itest from buildantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140043 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23Take a look at the sequence of interceptors that gets called when an ↵slaws7-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
2011-06-23TUSCANY-3877 - fix up test policies to match the corrected appliesTo ↵slaws3-13/+14
processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138865 13f79535-47bb-0310-9956-ffa450edef68
2011-06-21Add a binding.ws specific policy set and capture the order in which the ↵slaws22-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
2011-06-21Temporarily disable the interceptors test so that I can commit some changes ↵slaws1-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
2011-06-21Correct module parent to fix Hudson build issueantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137884 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20Update old plugin nameantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137598 13f79535-47bb-0310-9956-ffa450edef68
2011-06-16TUSCANY-3876 - minimum changes to turn of implementation model sharing and ↵slaws2-3/+7
represent implementation policy correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136391 13f79535-47bb-0310-9956-ffa450edef68
2011-06-16TUSCANY-3873 - modify the policy matching algorithm for the case where the ↵slaws1-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
2011-06-15Add intents to implementations. It shows that implementation policy is not ↵slaws3-2/+5
being handled correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136033 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14TUSCANY-3873 - Tidy so that it runsslaws3-9/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135456 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14TUSCANY-3873 - start of a test case to check out policy matching and to look ↵slaws21-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
2011-06-13Add an itest to look at having the domain name be able to be used as part of ↵antelder3-0/+146
service endpoint URIs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135092 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10TUSCANY-3867 - Add more output to the test so we can test when exceptions ↵slaws1-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
2011-06-09Update with JIRA number for issueantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133715 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Add an itest for stopping and starting a composite on a remote nodeantelder7-0/+278
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133709 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Update for tuscany plugin name changeantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133702 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06TUSCANY-3867 - Fix up the test messages so they are easy to compare for ↵slaws2-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
2011-06-06TUSCANY-3867 - Take account of different scopes and eager initslaws5-78/+766
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132579 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27TUSCANY-3867 - Update the status reporting so that I can see what components ↵slaws7-56/+129
the events are related to git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1128352 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Add a test implementation provider and extend the test case to cover init ↵slaws14-5/+564
and destroy exceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127870 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25This test has been replaced by two-jvm-hazelcast (although that's still ↵slaws10-558/+0
turned off) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127521 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Set up listener to allow consistent shutdownslaws1-44/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127503 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24TUSCANY-3867 - start of a test to check various lifecycle events. slaws19-0/+744
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126977 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update for latest domain node changesantelder1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104147 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Make the test interface remotableantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101335 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Remove default command line memory settingsantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101129 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27Fix up the tests to use the iface contribution appropriatelyslaws7-9/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097065 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27make the test runner a simple deamon so it can be shut down properlyslaws3-15/+73
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097055 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27Add appropriate exports/imports for sharing of interface between contributionsslaws3-1/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097053 13f79535-47bb-0310-9956-ffa450edef68
2011-04-21Clean up, remove unused classes, and get workingantelder3-11/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095702 13f79535-47bb-0310-9956-ffa450edef68
2011-04-21Add start of a test that uses the tuscany plugin to run the service which ↵antelder7-0/+265
the client can call git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095697 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19A new version of the two vm sample. not in the build yet as it doesn't shut ↵slaws8-0/+321
down properly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095119 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Add @Ignore while i investigate a failing testantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084328 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Take out the spi itest fwhile we work out whats up with the ↵antelder1-1/+1
Jdk14RegexpMatcher. See r1083699 and r1082808 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083969 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Fix test fail by adding back regexp dependencyantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083699 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18Add servlet scoped Node lifecycle support for web applicationsrfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082810 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18Fix the build errorrfeng1-9/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082808 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11TUSCANY-3846: Apply patch from Anuj B to fix build fails with maven 3.0 with ↵antelder1-2/+0
incorrect dependency scope error message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080603 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10Extend test to prove that node which fires up ws binding can be ↵slaws1-3/+28
stopped/started repeatedly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080209 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06Update spi txt fileantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078435 13f79535-47bb-0310-9956-ffa450edef68