summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-14Update the pause before the client starts up as i'm geting intermitent fais ↵antelder1-1/+1
as the service is taking more than 2 seconds to start up git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764724 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13Fixing build issue in non sun-jdk environment particularly in mac-oslresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764570 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Update scaclient itest to stop the nodeantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762764 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Add scaclient itest to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762762 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Add an itest for the SCAClient APIantelder6-0/+195
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762761 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Add prototype code to support zip/folder contributions containing nested ↵antelder1-0/+2
jar's, and add itests for that to build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761236 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Clean up contribution itests for split into seperate itestsantelder11-76/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761232 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Copy itest for zip and folder contributions from 1.x to 2.xantelder16-0/+373
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761229 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Remove the target name attribute from EndpointReference2 as it already holds ↵slaws1-2/+2
a TargetEndpoint reference which in turns references the component from which the name can be retrieved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756692 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Make the distro itest Ant builds version neutralantelder8-5/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756397 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws9-17/+8
required to exploit the model in the runtime up to the point were the old EndpointReference is retrieved from a wire. The next step is to convert this over too and exploit the new endpoint references fully. There is still tidying to do (search for TODO - EPR) in particular I haven't removed any of the old files yet. So beware don't put changes into CompositeActivator or RuntimeWire as the runtime isn't using them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756070 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18Fixes for TUSCANY-2917ramkumar26-26/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Revert 755183 an errant commit from the release pluginantelder25-123/+123
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17[maven-release-plugin] prepare branch test-branchantelder25-123/+123
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Bring up the service wire based on the endpoint model. To turn this on ↵slaws1-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
2009-03-10Fix up test for OASIS namespace and add better endpoint printing util. Still ↵slaws8-11/+43
not in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752098 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Support the SCA property value based on the OASIS syntaxrfeng5-45/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751079 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende34-37/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05More changes to switch SCA namespace from osoa version to oasis onerfeng40-44/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
2009-03-04TUSCANY-2809 Start to bring up the builder tests as a test case for the new ↵slaws55-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
2009-03-02Fix typo in artifact idantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749250 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add itest for the Stripes Framework sampleantelder2-0/+177
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748155 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21Add the webapp itests to the buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746451 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21Update to not include the version in the webapp pathantelder2-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746450 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20Start of a test for the jsp pageantelder2-5/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746221 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20Start adding an itest for helloworld-jsp sampleantelder1-0/+121
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746190 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20Add config to use Java remote debuggingantelder1-2/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746188 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19Start of an itest for the webapp samplesantelder1-0/+113
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745828 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Add profiles to control if tools.jar should be listed as a system ↵rfeng1-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
2009-02-09Move ant tasks to be executed at the "verify" phase to avoid failures during ↵rfeng4-4/+4
generate-resources phase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742777 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Change distro itest and calc sample so it doesn't need to use the time time ↵antelder1-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
2009-02-06Remove operation-overloading itest out of build as it's now in contribrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741406 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Separate the distribution itests to individual sample testsantelder10-140/+416
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741274 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Change the samples itest to use the samples from the distribution its ↵antelder1-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
2009-02-05Change the sample itests to use an unzipped bin distroantelder4-1/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741098 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Set up the sample scripts so that the automatic run uses a time to live of 4 ↵slaws1-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
2009-02-04Add the rmi samples to itest/samples. Commented out at the moment in the ↵slaws1-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
2009-02-04Turn failOnError on for java/javac tasksslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740759 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Cosmetic changes to tidy module namesslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740746 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Change binding-ws-calculator/build.xml to look similar to the way our build ↵slaws3-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
2009-02-03TUSCANY-2804 - Disabling failing iTestlresende1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740224 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving iTests that are not part of the main build to contriblresende1997-121562/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack482-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
2009-01-26Add the samples implementation-java-calculator, binding-ws-calculator, ↵slaws1-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
2009-01-15test case to motivate development of code for handling multiple interrelated ↵slaws24-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
2008-12-11Adding calculator sample to profilelresende1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725852 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724868 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724866 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724862 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ↵mcombellack2-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