summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the distro itest Ant builds version neutralantelder2009-03-208-5/+9
* Switch over to new endpoint reference/endpoint model. These are the changes r...slaws2009-03-199-17/+8
* Fixes for TUSCANY-2917ramkumar2009-03-1826-26/+26
* Revert 755183 an errant commit from the release pluginantelder2009-03-1725-123/+123
* [maven-release-plugin] prepare branch test-branchantelder2009-03-1725-123/+123
* Bring up the service wire based on the endpoint model. To turn this on change...slaws2009-03-111-1/+2
* Fix up test for OASIS namespace and add better endpoint printing util. Still ...slaws2009-03-108-11/+43
* Support the SCA property value based on the OASIS syntaxrfeng2009-03-065-45/+43
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-0634-37/+37
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-0540-44/+46
* TUSCANY-2809 Start to bring up the builder tests as a test case for the new e...slaws2009-03-0455-0/+3612
* Fix typo in artifact idantelder2009-03-021-1/+1
* Add itest for the Stripes Framework sampleantelder2009-02-262-0/+177
* Add the webapp itests to the buildantelder2009-02-211-0/+2
* Update to not include the version in the webapp pathantelder2009-02-212-2/+5
* Start of a test for the jsp pageantelder2009-02-202-5/+55
* Start adding an itest for helloworld-jsp sampleantelder2009-02-201-0/+121
* Add config to use Java remote debuggingantelder2009-02-201-2/+10
* Start of an itest for the webapp samplesantelder2009-02-191-0/+113
* Add profiles to control if tools.jar should be listed as a system dependency....rfeng2009-02-131-40/+94
* Move ant tasks to be executed at the "verify" phase to avoid failures during ...rfeng2009-02-094-4/+4
* Change distro itest and calc sample so it doesn't need to use the time time l...antelder2009-02-061-5/+7
* Remove operation-overloading itest out of build as it's now in contribrfeng2009-02-061-0/+2
* Separate the distribution itests to individual sample testsantelder2009-02-0510-140/+416
* Change the samples itest to use the samples from the distribution its testing...antelder2009-02-051-8/+11
* Change the sample itests to use an unzipped bin distroantelder2009-02-054-1/+106
* Set up the sample scripts so that the automatic run uses a time to live of 4 ...slaws2009-02-051-3/+5
* Add the rmi samples to itest/samples. Commented out at the moment in the buil...slaws2009-02-041-1/+13
* Turn failOnError on for java/javac tasksslaws2009-02-041-1/+1
* Cosmetic changes to tidy module namesslaws2009-02-041-1/+1
* Change binding-ws-calculator/build.xml to look similar to the way our build f...slaws2009-02-043-0/+119
* TUSCANY-2804 - Disabling failing iTestlresende2009-02-031-3/+2
* Moving iTests that are not part of the main build to contriblresende2009-01-311997-121562/+0
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-28482-993/+993
* Add the samples implementation-java-calculator, binding-ws-calculator, host-w...slaws2009-01-261-1/+1
* test case to motivate development of code for handling multiple interrelated ...slaws2009-01-1524-0/+931
* Adding calculator sample to profilelresende2008-12-111-4/+6
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+1
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+1
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+3
* Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ...mcombellack2008-12-082-2/+2
* Converted existing comments in the source code to the correct JavaDoc format ...mcombellack2008-12-081-6/+19
* Made the constants private static final and use the correct variable naming s...mcombellack2008-12-081-9/+9
* Removed unnessary return statelements from methods where the last statement i...mcombellack2008-12-081-4/+0
* Removed unnessary return statelements from methods where the last statement i...mcombellack2008-12-0811-33/+0
* Made private utility classes finalmcombellack2008-12-081-2/+2
* Corrected the names of twostatic final variables so they use the correct nami...mcombellack2008-12-081-8/+8
* Added { and } characters for code blocks where they did not have them so the ...mcombellack2008-12-084-6/+12
* Removed redundant modifiers (such as public, final, etc) as these are not nee...mcombellack2008-12-0830-105/+105
* Reduced the sleep times in the test since they did not need to be so long. Th...mcombellack2008-12-072-66/+98