summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/pom.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-16Update to Equinox 3.5 to take advantage of the hook services APIrfeng1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794552 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10Add the webapp bpel sample to the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783351 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Minor cleanup to put projects in alphabetical orderlresende1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774064 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Add missing endpoint clone and add helloworld-bpel back into the build. The ↵slaws1-1/+1
missing clone meant that the reference side wire was pointing directly to the service side endpoint. When the reference side wire endpoint was configured with the reference binding interface contract the service side wire was also being reconfigured erroneously git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773103 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Get the bpel sample so the testcase runs but take it out of the buildantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773020 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Fix the dependencies to get distributed OSGi samples working inside Eclipserfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762942 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-2/+2
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-branchantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26Add stripes sample to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748057 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24Add bpel sample to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747448 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23Add webapp samples to the buildantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746923 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving samples that are not part of the main build to contrib folderlresende1-71/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739507 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add the web service binding back in but not the ws policy module. ↵slaws1-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
2009-01-30Start trying to get a full clean build to work, these two samples are ↵antelder1-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
2009-01-26Add experimental samples into the build. binding-ws-calculator testing is ↵slaws1-0/+4
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
2009-01-22Add more samples into the buildrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736521 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Adding calculator sample to profilelresende1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725852 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19More restrictions on the modules included in the build to cut it down to the ↵slaws1-0/+6
minimum set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719030 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-1/+1
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
2008-10-15CORBA calculator samples added to parent pom.xml and README fileswjaniszewski1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705069 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23Porting customer-dojo to J2EE WebApplresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698399 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Added a variation of HelloWorldClient that doesn't use any Tuscany specific ↵jsdelfino1-0/+1
APIs, only the SCA spec standard programming model. Applied the same idea to calculator in a new calculator-lean module to show how this pattern works with just components (helloworld-ws-reference-lean used a reference with a WS binding). Also started to show how test cases can use the same pattern in calculator-lean. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688620 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Added a helloworld-ws-reference-lean sample which shows different ways to ↵jsdelfino1-0/+1
use a reference in a client program without having to use a different component class. I'll add more comments describing the various options demonstrated in the sample to JIRA TUSCANY-2556, which I've created for this work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687208 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Include the new spring bigbank modulesantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683590 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01Adding customer-dojo sample app to main buildlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681811 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Merge the fix from 1.3 branch for TUSCANY-2509, TUSCANY-2506rfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681137 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22Distributed store scenario to help evaluate current issues when wiring ↵lresende1-0/+1
references to services from different hosts/ports using web 2.0 bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678649 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Adding photo-gallery sample to build profilelresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674905 13f79535-47bb-0310-9956-ffa450edef68