summaryrefslogtreecommitdiffstats
path: root/java/sca/stest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to the latest OASIS namespacerfeng2009-03-0980-80/+80
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751778 13f79535-47bb-0310-9956-ffa450edef68
* Fix the schema errorrfeng2009-03-051-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750329 13f79535-47bb-0310-9956-ffa450edef68
* Update to OASIS SCA 11 namespacerfeng2009-03-0580-80/+80
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750327 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports and format coderfeng2009-03-0573-1013/+948
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750325 13f79535-47bb-0310-9956-ffa450edef68
* Created ASM_6009_TestCase, ASM_6010_TestCase, ASM_6011_TestCase, ↵edwardsmj2009-02-2616-0/+788
| | | | | | ASM_6012_TestCase, ASM_6013_TestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748343 13f79535-47bb-0310-9956-ffa450edef68
* Created Test_ASM_6007, Test_ASM_6008edwardsmj2009-02-266-0/+309
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748180 13f79535-47bb-0310-9956-ffa450edef68
* Added Test_ASM_6005, Test_ASM_6006edwardsmj2009-02-267-1/+304
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748156 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug with import of @Service annotationedwardsmj2009-02-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743361 13f79535-47bb-0310-9956-ffa450edef68
* Added testcases:edwardsmj2009-02-1131-5/+1334
| | | | | | | | 0029, 0030, 0031, 0032, 0033, 0034, 6001, 6002, 6003, 6004 Updated ASM_0028_TestCase.java and BaseJAXWSTestCase.java to deal better with exceptions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743360 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2009-02-091-1/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742237 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-2812-16/+16
| | | | | | | | | | | | | 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
* Added Test_ASM_0027, Test_ASM_0028edwardsmj2009-01-224-0/+190
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736596 13f79535-47bb-0310-9956-ffa450edef68
* Added Test_ASM_0026edwardsmj2009-01-204-0/+155
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736013 13f79535-47bb-0310-9956-ffa450edef68
* Added Test_ASM_0024 Test_ASM_0025edwardsmj2009-01-199-0/+331
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735670 13f79535-47bb-0310-9956-ffa450edef68
* ASM_0021_TestCase & ASM_0022_TestCase & ASM_0023_TestCase addededwardsmj2009-01-178-2/+381
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735335 13f79535-47bb-0310-9956-ffa450edef68
* ASM_0018_TestCase & ASM_0019_TestCase & ASM_0020_TestCase addededwardsmj2009-01-176-0/+352
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735255 13f79535-47bb-0310-9956-ffa450edef68
* ASM_0016_TestCase & ASM_0017_TestCase addededwardsmj2009-01-169-3/+390
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734972 13f79535-47bb-0310-9956-ffa450edef68
* ASM_0014_TestCase & ASM_0014_TestCase addededwardsmj2009-01-156-2/+267
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734757 13f79535-47bb-0310-9956-ffa450edef68
* ASM_0013_TestCase addededwardsmj2009-01-144-1/+110
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734365 13f79535-47bb-0310-9956-ffa450edef68
* ASM_0013_TestCase addededwardsmj2009-01-144-0/+246
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734362 13f79535-47bb-0310-9956-ffa450edef68
* Added Test_ASM_0009, Test_ASM_0010, Test_ASM_0011 edwardsmj2009-01-1211-0/+524
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733740 13f79535-47bb-0310-9956-ffa450edef68
* Added Test_ASM_0008edwardsmj2009-01-094-1/+167
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733007 13f79535-47bb-0310-9956-ffa450edef68
* Added Test_ASM_0007edwardsmj2009-01-096-2/+208
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733002 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732165 ↵edwardsmj2009-01-0621-35/+678
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Tweaked ASM_0002_TestCase.edwardsmj2009-01-056-1/+141
| | | | | | Added ASM_0005_TestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731582 13f79535-47bb-0310-9956-ffa450edef68
* Tests updated to use composite files to contain each atomic implementation - ↵edwardsmj2008-12-187-33/+169
| | | | | | permits replacement with different implementation type(s) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727853 13f79535-47bb-0310-9956-ffa450edef68
* Updates to clean the testcase code and to add a Base JAXWS client and to ↵edwardsmj2008-12-1819-60/+373
| | | | | | base the set of testcases off the Base JAXWS client git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727758 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to test application - @Remotable added to service interfaceedwardsmj2008-12-153-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726689 13f79535-47bb-0310-9956-ffa450edef68
* Removed material that was commented out, for simplicityedwardsmj2008-12-121-32/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725974 13f79535-47bb-0310-9956-ffa450edef68
* Renamed testcases to conform to JUnit conventionsedwardsmj2008-12-123-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725973 13f79535-47bb-0310-9956-ffa450edef68
* Changed Name of the Base TestCase to conform to JUnit naming conventionsedwardsmj2008-12-114-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725856 13f79535-47bb-0310-9956-ffa450edef68
* stest POM fileedwardsmj2008-12-102-1/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725305 13f79535-47bb-0310-9956-ffa450edef68
* Updated POM file for stest-sampleedwardsmj2008-12-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725296 13f79535-47bb-0310-9956-ffa450edef68
* Added a JAX-WS client and a related server side testcaseedwardsmj2008-12-104-3/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725276 13f79535-47bb-0310-9956-ffa450edef68
* New Folder for OASIS Specification conformance testsedwardsmj2008-11-2817-0/+918
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721404 13f79535-47bb-0310-9956-ffa450edef68