summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-12Add missing license headerantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091332 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12handle the case where no interface is defined on implementation.web ↵antelder1-0/+31
references by setting the interface from the JSP tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091326 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11Add a helloworld sample that uses web servicesantelder7-0/+303
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091011 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11Add a version of the helloworld sample that has an Ant buildantelder11-0/+740
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091009 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11Add a sample using jsonrpcantelder7-0/+279
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091007 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06Copy store applicationantelder20-0/+1409
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089476 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05Add the top level getting-started docantelder2-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088922 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05Add comment explaining the dependencyantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088921 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05Tidy up readme, doc all the ways of running it, tidy up dependenciesantelder2-5/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088920 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05Tidy up samples system out printlnsantelder1-6/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088918 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04Validate the Spring beans xml service names are uniqueantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088641 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Update the webapp sample to use the tuscany plugin to run the webappantelder2-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087684 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Update the helloworld webapp sample to support using 'mvn tuscany:run' to ↵antelder1-1/+8
run the webapp git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087676 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Update the scaclient sample to use the tuscany plugin to invoke the sample ↵antelder2-14/+15
main method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087673 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Copy the trunk getting started samples to unreleased to continue modifying themantelder21-0/+949
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087670 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Delete the old samples in unreleased that have been moved back to trunkantelder9-337/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087668 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Delete the old samples in unreleased that have been moved back to trunkantelder7-279/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087667 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Add back jetty dependency that was inadvertently removedantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087609 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Add start of a way to run webapps from the tuscany pluginantelder2-11/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087400 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Revert 1086760 change pending solution to TUSCANY-3857 to keep itest ↵scottkurz2-16/+17
functioning. Ignore new test in databinding-axiom for now as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087339 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Set the client connection attempts to 1 so that clients only make a single ↵antelder1-1/+5
attempt to connect to the domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087257 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Include any runtime dependencies of the project in the classpath when ↵antelder1-2/+7
invoking the main method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087246 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Add support for invoking a main method instead of running the Shell. That ↵antelder1-0/+45
enables using 'mvn tuscany:run' instead of 'mvn exec:java' to run a Tuscany sample that runs a regular Java SE class using Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087238 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Fix hudson build break by adding the snapshot repoantelder1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087228 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Update the approach to choosing what is the contribution so that a folder in ↵antelder1-0/+4
the target directory named after the artifact or the target/classes folder is used over the packaged artifact. That means if you update a contribution project in an IDE like Eclipse the changes are still used even though eclipse doesn't rebuild teh jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087210 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Set the logging level for hazelcast classes to WARNING when the Tuscany ↵antelder2-1/+30
level is the default (INFO) level. Thats because hazelcast creates lots of info log messages especially when using the client which we don't really need or want to see. When necessary those hazelcast messages can still be got by setting the tuscany or individual hazxelcast classes to log level to FINE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087053 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Reverting groupId changeslresende5-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087013 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Adding ranking to allow other implementations to override itlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087012 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Update to use the correct domain name when the domain URI is not defaulting ↵antelder1-5/+9
to the default name of 'default' git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086903 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Move the store app to unreleasedantelder22-1445/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086859 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Move the store app to unreleasedantelder21-0/+1444
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086858 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Starting to port store sample to next releaselresende26-5/+1449
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086849 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Allow WebApplicationException to pass back to wink so that the correct ↵rfeng4-49/+67
response code is returned git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086805 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Fix OSGi dependenciesrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086804 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Correct README typosantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086772 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Fix OMElementWrapperHandler getChildren (unwrap) since minOccurs="0" case ↵scottkurz2-15/+132
will not work properly with current code. Add test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086760 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Node-manager strawman - adding meta-inf to avoid build failurelresende1-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086677 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Node management strawman, adding test dependencies to allow running tests ↵lresende2-2/+16
from maven command, also ignoring test to avoid issues in jenkins/hudson environment (port conflict) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086676 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3856 - Adding support for 'portDefault' backdoor to avoid test ↵lresende1-1/+5
failures... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086675 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Simple strawman to provide some management rest services for nodes.lresende20-0/+5352
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086674 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3856 - Missing default http port allocator implementation plus ↵lresende3-0/+79
service locator for port allocator extensibility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086673 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3856 - Integrating HttpPortAllocator with embedded jetty server and ↵lresende3-31/+41
fixing up test cases which need to provide a new parameter git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086672 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3856 - Providing HttpPortAllocator, a default implementation plus ↵lresende7-8/+270
extensibility to allow others to provide their own way to select available ports for http embedded runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086671 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Removing System.out.println that accidentaly got in from previous commitlresende1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086670 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Enhanving dojo javascript extension to support dojox js frameworklresende3-27/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086668 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications ↵lresende10-41/+313
to tap to it and provide services that require introspecting node metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086667 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Include the three gettig started samples in the buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086614 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update to support a default domain URI set via a system property. (we need ↵antelder1-0/+4
to clean up the webapp host domain uri support because it now looks like there are several ways to set the domain uri all slightly different. I'll do some investigation on what they all do) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086613 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update to use prefix uri: instead of tuscany: to match the other places that ↵antelder1-3/+3
handle domain uri's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086612 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update the webapp sample to have the itest from the old helloworld-jsp sampleantelder5-72/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086597 13f79535-47bb-0310-9956-ffa450edef68