summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* More restrictions on the modules included in the build to cut it down to the ↵slaws2008-11-191-0/+6
| | | | | | minimum set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719030 13f79535-47bb-0310-9956-ffa450edef68
* Add main method to make it easier to testantelder2008-11-191-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719005 13f79535-47bb-0310-9956-ffa450edef68
* Copy calculator-equinox from sca-equinox branch to trunk and start bringupantelder2008-11-1917-0/+1056
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718974 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-1785-872/+872
| | | | | | 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
* TUSCANY-2670: Apply patch from Dhaval Chauhan to Improvement to the ↵antelder2008-11-111-0/+2
| | | | | | zipcode-jaxws sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712971 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2668: Apply patch from Dhaval Chauhan to fix README file update for ↵antelder2008-11-101-0/+22
| | | | | | the sample-chat-webapp git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712649 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2666ramkumar2008-11-068-12/+159
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711901 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2657: Apply patch from Dhaval Chauhan for Updates for the ↵antelder2008-11-036-18/+32
| | | | | | binding-notification-* samples" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710042 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2659: Apply patch from Dhaval Chauhan for Fixes for the ↵antelder2008-11-032-1/+6
| | | | | | implementation-notification sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710039 13f79535-47bb-0310-9956-ffa450edef68
* Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2008-10-174-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705772 13f79535-47bb-0310-9956-ffa450edef68
* CORBA calculator samples added to parent pom.xml and README fileswjaniszewski2008-10-152-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705069 13f79535-47bb-0310-9956-ffa450edef68
* Service CORBA binding calculator samplewjaniszewski2008-10-1520-0/+1014
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705068 13f79535-47bb-0310-9956-ffa450edef68