summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert 755183 an errant commit from the release pluginantelder2009-03-1725-123/+123
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-1725-123/+123
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the service wire based on the endpoint model. To turn this on ↵slaws2009-03-111-1/+2
| | | | | | change core/META-INF/services/org.apache.tuscany.sca.core.assembly.CompositeActivator to reference CompositeActivatorImpl2. There are a few classes with "2" appearing now so I can build this in parallel without (I hope) messing everyone else up. Endpoint reference building code still not in the right place yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752585 13f79535-47bb-0310-9956-ffa450edef68
* Fix up test for OASIS namespace and add better endpoint printing util. Still ↵slaws2009-03-108-11/+43
| | | | | | not in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752098 13f79535-47bb-0310-9956-ffa450edef68
* Support the SCA property value based on the OASIS syntaxrfeng2009-03-065-45/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751079 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-0634-37/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-0540-44/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2809 Start to bring up the builder tests as a test case for the new ↵slaws2009-03-0455-0/+3612
| | | | | | endpoint structures. Not in the build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750044 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in artifact idantelder2009-03-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749250 13f79535-47bb-0310-9956-ffa450edef68
* Add itest for the Stripes Framework sampleantelder2009-02-262-0/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748155 13f79535-47bb-0310-9956-ffa450edef68
* Add the webapp itests to the buildantelder2009-02-211-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746451 13f79535-47bb-0310-9956-ffa450edef68
* Update to not include the version in the webapp pathantelder2009-02-212-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746450 13f79535-47bb-0310-9956-ffa450edef68
* Start of a test for the jsp pageantelder2009-02-202-5/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746221 13f79535-47bb-0310-9956-ffa450edef68
* Start adding an itest for helloworld-jsp sampleantelder2009-02-201-0/+121
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746190 13f79535-47bb-0310-9956-ffa450edef68
* Add config to use Java remote debuggingantelder2009-02-201-2/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746188 13f79535-47bb-0310-9956-ffa450edef68
* Start of an itest for the webapp samplesantelder2009-02-191-0/+113
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745828 13f79535-47bb-0310-9956-ffa450edef68
* Add profiles to control if tools.jar should be listed as a system ↵rfeng2009-02-131-40/+94
| | | | | | dependency. tools.jar doesn't exist on Mac OS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743992 13f79535-47bb-0310-9956-ffa450edef68
* Move ant tasks to be executed at the "verify" phase to avoid failures during ↵rfeng2009-02-094-4/+4
| | | | | | generate-resources phase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742777 13f79535-47bb-0310-9956-ffa450edef68
* Change distro itest and calc sample so it doesn't need to use the time time ↵antelder2009-02-061-5/+7
| | | | | | live way of shutting down the service node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741626 13f79535-47bb-0310-9956-ffa450edef68
* Remove operation-overloading itest out of build as it's now in contribrfeng2009-02-061-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741406 13f79535-47bb-0310-9956-ffa450edef68
* Separate the distribution itests to individual sample testsantelder2009-02-0510-140/+416
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741274 13f79535-47bb-0310-9956-ffa450edef68
* Change the samples itest to use the samples from the distribution its ↵antelder2009-02-051-8/+11
| | | | | | testing instead of the svn src, and this has the additional benifit as the sample build scripts can be simplified to only reference jars frm the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741131 13f79535-47bb-0310-9956-ffa450edef68
* Change the sample itests to use an unzipped bin distroantelder2009-02-054-1/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741098 13f79535-47bb-0310-9956-ffa450edef68
* Set up the sample scripts so that the automatic run uses a time to live of 4 ↵slaws2009-02-051-3/+5
| | | | | | seconds while the script, when run manually, waits for the user to press a key. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741087 13f79535-47bb-0310-9956-ffa450edef68
* Add the rmi samples to itest/samples. Commented out at the moment in the ↵slaws2009-02-041-1/+13
| | | | | | build.xml file as the service node is not shutting down cleanly when called from ant with a timeout. I also need to find a away to turing the timeout on only for itest/sample and allow the use to use it in a mode where the node blocks until a key is pressed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740823 13f79535-47bb-0310-9956-ffa450edef68
* Turn failOnError on for java/javac tasksslaws2009-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740759 13f79535-47bb-0310-9956-ffa450edef68
* Cosmetic changes to tidy module namesslaws2009-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740746 13f79535-47bb-0310-9956-ffa450edef68
* Change binding-ws-calculator/build.xml to look similar to the way our build ↵slaws2009-02-043-0/+119
| | | | | | files used to look. Relies on launcher.jar to run the sample. Add itest/sample to run the samples automatically. Error handling not working yet. This also relies on distribution/all generating a dir distro to test against. Currently this runs as part of the main build but I see Raymond has now separated distributions from features so we could have this be a distribution test stage. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740702 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2804 - Disabling failing iTestlresende2009-02-031-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740224 13f79535-47bb-0310-9956-ffa450edef68
* Moving iTests that are not part of the main build to contriblresende2009-01-311997-121562/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-28482-993/+993
| | | | | | | | | | | | | 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
* Add the samples implementation-java-calculator, binding-ws-calculator, ↵slaws2009-01-261-1/+1
| | | | | | host-webapp-calculator to the distribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737783 13f79535-47bb-0310-9956-ffa450edef68
* test case to motivate development of code for handling multiple interrelated ↵slaws2009-01-1524-0/+931
| | | | | | definitions.xml files. Not in the build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734697 13f79535-47bb-0310-9956-ffa450edef68
* Adding calculator sample to profilelresende2008-12-111-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725852 13f79535-47bb-0310-9956-ffa450edef68
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724868 13f79535-47bb-0310-9956-ffa450edef68
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724866 13f79535-47bb-0310-9956-ffa450edef68
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724862 13f79535-47bb-0310-9956-ffa450edef68
* Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ↵mcombellack2008-12-082-2/+2
| | | | | | is the recommended way of creating an Integer object from an int (see JavaDoc for Integer) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724342 13f79535-47bb-0310-9956-ffa450edef68
* Converted existing comments in the source code to the correct JavaDoc format ↵mcombellack2008-12-081-6/+19
| | | | | | since they were just inline comments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724339 13f79535-47bb-0310-9956-ffa450edef68
* Made the constants private static final and use the correct variable naming ↵mcombellack2008-12-081-9/+9
| | | | | | scheme (i.e. capitals and '_') git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724336 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnessary return statelements from methods where the last statement ↵mcombellack2008-12-081-4/+0
| | | | | | in the method was return git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724334 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnessary return statelements from methods where the last statement ↵mcombellack2008-12-0811-33/+0
| | | | | | in the method was return git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724331 13f79535-47bb-0310-9956-ffa450edef68
* Made private utility classes finalmcombellack2008-12-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724328 13f79535-47bb-0310-9956-ffa450edef68
* Corrected the names of twostatic final variables so they use the correct ↵mcombellack2008-12-081-8/+8
| | | | | | naming scheme - i.e. capitals with '_' git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724327 13f79535-47bb-0310-9956-ffa450edef68
* Added { and } characters for code blocks where they did not have them so the ↵mcombellack2008-12-084-6/+12
| | | | | | code is consistent with the rest of the Tuscany codebase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724322 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant modifiers (such as public, final, etc) as these are not ↵mcombellack2008-12-0830-105/+105
| | | | | | needed for interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724318 13f79535-47bb-0310-9956-ffa450edef68
* Reduced the sleep times in the test since they did not need to be so long. ↵mcombellack2008-12-072-66/+98
| | | | | | This reduced the unit test time (on my machine) from 52 seconds to 12 seconds. The whole of the itests project (on my machine) now builds in 1 minute and 17 seconds rather than over 2 minutes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724165 13f79535-47bb-0310-9956-ffa450edef68
* Convert, clean and bring up a set of itestsrfeng2008-12-05128-1571/+1892
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723537 13f79535-47bb-0310-9956-ffa450edef68
* Merge itest changes from sca-equinox branch into trunkrfeng2008-12-04159-1254/+730
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723439 13f79535-47bb-0310-9956-ffa450edef68
* More changes to get to a stage where I have a working build in mvn and in ↵slaws2008-11-211-0/+5
| | | | | | Eclipse (with JDK 6) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68