summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-1798-511/+511
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Tidy wire format support (move model into binding-jms and rename default to ↵slaws2008-11-094-22/+12
| | | | | | textxml). Extend support to include text and object. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712538 13f79535-47bb-0310-9956-ffa450edef68
* Implements some String instance optimizations.beckerdo2008-11-072-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712271 13f79535-47bb-0310-9956-ffa450edef68
* Remove the OASIS assembly specific parts from the OSOA core.xsd. The ↵slaws2008-11-071-2/+3
| | | | | | wireformat function is, for the time being, now driven by some tuscany specific elements particular to the JMS binding defined in tuscany-sca-binding-jms.xsd git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712118 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2665ramkumar2008-11-062-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711899 13f79535-47bb-0310-9956-ffa450edef68
* Add preliminary support for a "jmsBytes" wire format to see what the issues ↵slaws2008-11-044-6/+10
| | | | | | are. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711271 13f79535-47bb-0310-9956-ffa450edef68
* Add import/export.resource to the contributions schema. However it seems ↵slaws2008-11-032-2/+1
| | | | | | that our contribution schema is in the wrong place and the extension elements are in the wrong namespace. I'll open JIRA. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710084 13f79535-47bb-0310-9956-ffa450edef68
* Checkin for TUSCANY-2654, TUSCANY-2655 and TUSCANY-2656ramkumar2008-10-3112-4/+462
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709400 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply ↵slaws2008-10-318-5/+162
| | | | | | Ram's patches (and a few other changes). Doesn't do everything asked for in the JIRA but a step in the right direction git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709372 13f79535-47bb-0310-9956-ffa450edef68
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-232-6/+8
| | | | | | binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
* Start to add InvocationChain for bindingsrfeng2008-10-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707218 13f79535-47bb-0310-9956-ffa450edef68
* Experimental request response binding support. Just implemented for jms ↵slaws2008-10-2118-26/+676
| | | | | | service binding and only activated when wireFormat appears in the SCDL. Still early stage so many more changes to come. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706620 13f79535-47bb-0310-9956-ffa450edef68
* Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2008-10-172-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705772 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2600: Apply patches from Ramkumar Ramalingam to Provide ITEST for ↵antelder2008-10-1635-4/+1555
| | | | | | the recent Spring Implementation changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705178 13f79535-47bb-0310-9956-ffa450edef68
* Update itest to compile with new JMSResourceFactory constructorantelder2008-10-161-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705161 13f79535-47bb-0310-9956-ffa450edef68
* Start of some JMS tests for the request response binding work. slaws2008-10-1419-0/+1013
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704437 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende2008-10-131-21/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703904 13f79535-47bb-0310-9956-ffa450edef68
* disabled contribution-classloader because it has an error to fix and i need ↵giorgio2008-10-121-1/+2
| | | | | | a build for working - jo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703883 13f79535-47bb-0310-9956-ffa450edef68