summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/binding-ws-calculator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change sample Ant build to not hardcode teh versionantelder2009-03-181-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755557 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2917ramkumar2009-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-6/+6
| | | | 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-171-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-062-2/+2
| | | | 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-052-23/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* Adding sca-contribution to allow same sample client to run from ant and ↵lresende2009-02-083-5/+27
| | | | | | command line without modifications plus some updates to README git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742021 13f79535-47bb-0310-9956-ffa450edef68
* Change distro itest and calc sample so it doesn't need to use the time time ↵antelder2009-02-061-1/+0
| | | | | | 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
* Simplify, these don't need to specify the logging properties nowantelder2009-02-061-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741485 13f79535-47bb-0310-9956-ffa450edef68
* Change the samples itest to use the samples from the distribution its ↵antelder2009-02-051-3/+0
| | | | | | 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
* Fix the problem with the distributions overwriting each other by merging the ↵antelder2009-02-051-1/+1
| | | | | | two assembly plugin configs in to one. That has some implications - the itests need the dir distribution so the distributions need to be built all the time not just with the distribution profile, so the assembly builds are moved to the default profile. To get it to work had to change appendAssemblyId to true so the dir distribution folder name changed again and the samples using that updated to match git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741059 13f79535-47bb-0310-9956-ffa450edef68
* Fix the dir distribution build directory name so that it's the same of ↵slaws2009-02-041-1/+1
| | | | | | 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-041-2/+4
| | | | 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
* Change binding-ws-calculator/build.xml to look similar to the way our build ↵slaws2009-02-045-126/+61
| | | | | | 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-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-283-6/+6
| | | | | | | | | | | | | 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-261-0/+11
| | | | | | 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