summaryrefslogtreecommitdiffstats
path: root/java/sca/vtest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-28265-627/+627
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-1741-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
* A place holder for a composite vtestslaws2008-11-1210-0/+355
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713325 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-191-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
* Enable testServiceUnavailableException() testslaws2008-09-181-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696655 13f79535-47bb-0310-9956-ffa450edef68
* Add JIRA numbers to some @Ignoresslaws2008-09-185-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696654 13f79535-47bb-0310-9956-ffa450edef68
* Account for possibility of binding impl wrappering exc in ServiceRuntimeExcscottkurz2008-09-161-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696057 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2455 we forgot to re-enable the vtest for this fixed JIRAslaws2008-09-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695963 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2243 You can't get at references that are not defined in the ↵slaws2008-09-162-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
* Reapply patch for TUSCANY-2561antelder2008-09-083-53/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693171 13f79535-47bb-0310-9956-ffa450edef68
* Revert r693143 to fix the accidental code reformattingantelder2008-09-083-53/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693154 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2561: Apply patch from Dan Becker for Soap intents are lower case ↵antelder2008-09-083-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
* TUSCANY-2501 reference should either be all annotated or all not annotated. ↵slaws2008-08-2613-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
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-194-26/+26
| | | | | | node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
* Change to vtests to use port 8085 instead of the default 8080 to avoid ↵slaws2008-08-0415-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
* TUSCANY-2450 commit fixes addressing RAT issues from 1.3 branchslaws2008-07-252-0/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679740 13f79535-47bb-0310-9956-ffa450edef68
* More assembly model testskwilliams2008-07-117-0/+271
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676074 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2409rfeng2008-07-092-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675358 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2390 - Enabling the disable test and adding new onelresende2008-07-083-5/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674715 13f79535-47bb-0310-9956-ffa450edef68
* Small test updateskwilliams2008-07-032-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673728 13f79535-47bb-0310-9956-ffa450edef68
* Test for duplicate component nameskwilliams2008-07-032-10/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673710 13f79535-47bb-0310-9956-ffa450edef68
* Another Assembly Model testkwilliams2008-07-013-27/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673222 13f79535-47bb-0310-9956-ffa450edef68
* First test for Assembly Model component sectionkwilliams2008-07-018-0/+310
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673173 13f79535-47bb-0310-9956-ffa450edef68
* Gilberts vtest contribution, TUSCANY-2407kwilliams2008-06-1947-0/+3829
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669731 13f79535-47bb-0310-9956-ffa450edef68
* Gilbert's vtest patch for TUSCANY-2405kwilliams2008-06-191-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669717 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-17394-0/+24159
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68