summaryrefslogtreecommitdiffstats
path: root/java/sca/vtest (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder41-142/+142
bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12A place holder for a composite vtestslaws10-0/+355
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713325 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng1-1/+1
Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18Enable testServiceUnavailableException() testslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696655 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18Add JIRA numbers to some @Ignoresslaws5-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696654 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16Account for possibility of binding impl wrappering exc in ServiceRuntimeExcscottkurz1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696057 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16TUSCANY-2455 we forgot to re-enable the vtest for this fixed JIRAslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695963 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16TUSCANY-2243 You can't get at references that are not defined in the ↵slaws2-2/+2
component type (see TUSCANY-2501) so I've fixed this test to retrieve a a reference to "b" which is defined in the component type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695956 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08Reapply patch for TUSCANY-2561antelder3-53/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693171 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08Revert r693143 to fix the accidental code reformattingantelder3-53/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693154 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08TUSCANY-2561: Apply patch from Dan Becker for Soap intents are lower case ↵antelder3-53/+53
while the policy framework says that they should be upper case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693143 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26TUSCANY-2501 reference should either be all annotated or all not annotated. ↵slaws13-11/+190
Here change the vtests to test these cases separately. Currently mixing annotated and unannotated fields as references causes any unannotated reference to be overlooked. Change the reference not found warning to an error to catch cases where they are mixed by accident. Changes to other tests to take account of this. Also change implementation.widget to pick up the string name of the reference in javascript rather than the name of the variable to which the reference is assigned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689102 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng4-26/+26
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
2008-08-04Change to vtests to use port 8085 instead of the default 8080 to avoid ↵slaws15-134/+148
continuum clashes. This exercise raised TUSCANY-2523 and also involved many additions of default binding.ws uris where there were none before. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682428 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2450 commit fixes addressing RAT issues from 1.3 branchslaws2-0/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679740 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11More assembly model testskwilliams7-0/+271
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676074 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Fix for TUSCANY-2409rfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675358 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08TUSCANY-2390 - Enabling the disable test and adding new onelresende3-5/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674715 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Small test updateskwilliams2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673728 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Test for duplicate component nameskwilliams2-10/+62
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673710 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Another Assembly Model testkwilliams3-27/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673222 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01First test for Assembly Model component sectionkwilliams8-0/+310
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673173 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19Gilberts vtest contribution, TUSCANY-2407kwilliams47-0/+3829
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669731 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19Gilbert's vtest patch for TUSCANY-2405kwilliams1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669717 13f79535-47bb-0310-9956-ffa450edef68