summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert, clean and bring up a set of itestsrfeng2008-12-05128-1571/+1892
* Merge itest changes from sca-equinox branch into trunkrfeng2008-12-04159-1254/+730
* More changes to get to a stage where I have a working build in mvn and in Ecl...slaws2008-11-211-0/+5
* Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder2008-11-1798-511/+511
* Tidy wire format support (move model into binding-jms and rename default to t...slaws2008-11-094-22/+12
* Implements some String instance optimizations.beckerdo2008-11-072-4/+4
* Remove the OASIS assembly specific parts from the OSOA core.xsd. The wireform...slaws2008-11-071-2/+3
* Fixes for TUSCANY-2665ramkumar2008-11-062-1/+8
* Add preliminary support for a "jmsBytes" wire format to see what the issues a...slaws2008-11-044-6/+10
* Add import/export.resource to the contributions schema. However it seems that...slaws2008-11-032-2/+1
* Checkin for TUSCANY-2654, TUSCANY-2655 and TUSCANY-2656ramkumar2008-10-3112-4/+462
* TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply Ram...slaws2008-10-318-5/+162
* Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws2008-10-232-6/+8
* Start to add InvocationChain for bindingsrfeng2008-10-221-2/+2
* Experimental request response binding support. Just implemented for jms servi...slaws2008-10-2118-26/+676