summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the dir distribution build directory name so that it's the same of ↵slaws2009-02-042-2/+2
| | | | | | various versions of maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740768 13f79535-47bb-0310-9956-ffa450edef68
* Turn failOnError on for java/javac tasksslaws2009-02-043-48/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740759 13f79535-47bb-0310-9956-ffa450edef68
* Update the dir distro name to match what the build makesantelder2009-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740758 13f79535-47bb-0310-9956-ffa450edef68
* Update a few more dependencies to use 'feature'antelder2009-02-041-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740717 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the feature not the distributionantelder2009-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740714 13f79535-47bb-0310-9956-ffa450edef68
* check in files I missed relating to adding a JSE client to binding-ws-calcualtorslaws2009-02-043-0/+135
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740713 13f79535-47bb-0310-9956-ffa450edef68
* Fix to use the feature not the distributionantelder2009-02-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740709 13f79535-47bb-0310-9956-ffa450edef68
* Fix to use the feature not the distributionantelder2009-02-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740708 13f79535-47bb-0310-9956-ffa450edef68
* Change binding-ws-calculator/build.xml to look similar to the way our build ↵slaws2009-02-046-126/+64
| | | | | | 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
* Add path elements so build scripts works as part of svn checkout and ↵antelder2009-02-031-0/+2
| | | | | | distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740259 13f79535-47bb-0310-9956-ffa450edef68
* Restoring calculator-equinox sample that was removed accidentallylresende2009-01-3118-0/+1129
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739512 13f79535-47bb-0310-9956-ffa450edef68
* Moving samples that are not part of the main build to contrib folderlresende2009-01-311248-77259/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739507 13f79535-47bb-0310-9956-ffa450edef68
* Add the web service binding back in but not the ws policy module. ↵slaws2009-01-301-1/+1
| | | | | | binding-ws-calculator works for me now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739328 13f79535-47bb-0310-9956-ffa450edef68
* Start trying to get a full clean build to work, these two samples are ↵antelder2009-01-301-2/+2
| | | | | | failing for me so take them out of the build for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739262 13f79535-47bb-0310-9956-ffa450edef68
* Start trying to get a full clean build to work, this sample build is failing ↵antelder2009-01-301-0/+2
| | | | | | for me when building from the top of tuscany but works from within the sample, can't work out why yet so commenting it out for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739261 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator-rmi sample Ant build scripts so that they work and use ↵antelder2009-01-302-109/+65
| | | | | | the simple way to build the sample jar. The calculator-rmi-service build creates an SCA contribution, the calculator-rmi-reference creates an 'unmanaged' jar which use the Node APIs to start a runtime, the only difference in the build.xml is the additional pathelement for the tuscany-node-api jar for the unmanaged one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739220 13f79535-47bb-0310-9956-ffa450edef68
* Add an sca-sontributions.xml file so to the contribution so it works with ↵antelder2009-01-301-0/+23
| | | | | | the launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739217 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator-rmi-reference sample to have a jar manifest main classantelder2009-01-301-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739216 13f79535-47bb-0310-9956-ffa450edef68
* Update calculator sample to have a Jar manifest main class and to use the ↵antelder2009-01-302-61/+47
| | | | | | simplified Ant build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739214 13f79535-47bb-0310-9956-ffa450edef68
* Fix import name to match OASIS package nameslaws2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738828 13f79535-47bb-0310-9956-ffa450edef68
* Align the build-common.xml to use the build-path.xml from the distrorfeng2009-01-291-29/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738703 13f79535-47bb-0310-9956-ffa450edef68
* Change bundle version to 2.0.0rfeng2009-01-281-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738647 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-28201-331/+331
| | | | | | | | | | | | | 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
* Fork a client thread to call the service after it's readyrfeng2009-01-282-11/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738326 13f79535-47bb-0310-9956-ffa450edef68
* Fix the port #rfeng2009-01-282-7/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738322 13f79535-47bb-0310-9956-ffa450edef68
* Add experimental samples into the build. binding-ws-calculator testing is ↵slaws2009-01-264-9/+20
| | | | | | turned off as binding.ws doesn't work yet. host-webapp-calculator doesn't have a junit yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737698 13f79535-47bb-0310-9956-ffa450edef68
* Another extension targeted samples to test the common ant file. slaws2009-01-2618-0/+1085
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737692 13f79535-47bb-0310-9956-ffa450edef68
* Move more things into the common ant scriptslaws2009-01-263-95/+89
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737691 13f79535-47bb-0310-9956-ffa450edef68
* Add some exception handling so that the JUnit test takes account of ↵slaws2009-01-264-28/+18
| | | | | | exceptions thrown in the "in-composite" client. Also exploit the common ant script. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737683 13f79535-47bb-0310-9956-ffa450edef68
* Add an ant build file to hold some common targets used across the samplesslaws2009-01-261-0/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737681 13f79535-47bb-0310-9956-ffa450edef68
* Building ant scripts for JSE/OSGi launcher and host-webapp that can be run ↵slaws2009-01-2339-0/+2521
| | | | | | from command line, maven and eclipse with reference to a development distribution or an installed distribution. Not in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737093 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Add more samples into the buildrfeng2009-01-221-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736521 13f79535-47bb-0310-9956-ffa450edef68
* Fix the test case so that they can work with OSGirfeng2009-01-222-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736511 13f79535-47bb-0310-9956-ffa450edef68
* Tuscany 2768 - sample showing web services Holder support (input/output ↵beckerdo2009-01-2114-73/+716
| | | | | | parameters) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736344 13f79535-47bb-0310-9956-ffa450edef68
* Set the version for the pluginrfeng2009-01-161-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735153 13f79535-47bb-0310-9956-ffa450edef68
* Use the distributions as dependencies instead of individual modulesrfeng2009-01-161-31/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735079 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the equinox-based junit plugin for mavenrfeng2009-01-162-0/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734877 13f79535-47bb-0310-9956-ffa450edef68
* Update the calculator-osgi examplerfeng2009-01-1411-593/+120
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734283 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the RMI samples with 2.xrfeng2009-01-148-64/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734282 13f79535-47bb-0310-9956-ffa450edef68
* Adding calculator sample to profilelresende2008-12-111-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725852 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2737 - Moving to latest release of the sql-maven-pluginlresende2008-12-112-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725539 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the test caserfeng2008-12-031-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723137 13f79535-47bb-0310-9956-ffa450edef68
* Add Apache headerslaws2008-11-281-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721507 13f79535-47bb-0310-9956-ffa450edef68
* Add ant script to calculator-equinox (currently both OSGi and non-OSGi ↵slaws2008-11-282-0/+82
| | | | | | startup supported) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721421 13f79535-47bb-0310-9956-ffa450edef68
* Using contribution helper to properly discover the contribution locationlresende2008-11-221-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719807 13f79535-47bb-0310-9956-ffa450edef68
* Converting test to latest junit format, and bringing up the sample to ↵lresende2008-11-221-14/+21
| | | | | | demonstrate simple J2SE environment working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719806 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the Node API for a common default case so that creating a Node for ↵antelder2008-11-212-13/+2
| | | | | | | | | | | | | | | | | | simple samples and tests can be: node = NodeFactory.newInstance().createNode(); instead of: NodeFactory factory = NodeFactory.newInstance(); String root = ContributionLocationHelper.getContributionLocation("Calculator.composite"); Contribution contribution = new Contribution(root, root); node = factory.createNode("Calculator.composite", contribution); git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719565 13f79535-47bb-0310-9956-ffa450edef68
* Get j2se calculator working with current stage 1 modulesantelder2008-11-213-13/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719560 13f79535-47bb-0310-9956-ffa450edef68
* Start calculator-webapp bring upantelder2008-11-204-94/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719241 13f79535-47bb-0310-9956-ffa450edef68