summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add start of a way to run webapps from the tuscany pluginantelder2011-03-312-11/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087400 13f79535-47bb-0310-9956-ffa450edef68
* Revert 1086760 change pending solution to TUSCANY-3857 to keep itest ↵scottkurz2011-03-312-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
* Set the client connection attempts to 1 so that clients only make a single ↵antelder2011-03-311-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
* Include any runtime dependencies of the project in the classpath when ↵antelder2011-03-311-2/+7
| | | | | | invoking the main method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087246 13f79535-47bb-0310-9956-ffa450edef68
* Add support for invoking a main method instead of running the Shell. That ↵antelder2011-03-311-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
* Fix hudson build break by adding the snapshot repoantelder2011-03-311-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087228 13f79535-47bb-0310-9956-ffa450edef68
* Update the approach to choosing what is the contribution so that a folder in ↵antelder2011-03-311-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
* Set the logging level for hazelcast classes to WARNING when the Tuscany ↵antelder2011-03-302-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
* Reverting groupId changeslresende2011-03-305-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087013 13f79535-47bb-0310-9956-ffa450edef68
* Adding ranking to allow other implementations to override itlresende2011-03-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087012 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the correct domain name when the domain URI is not defaulting ↵antelder2011-03-301-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
* Move the store app to unreleasedantelder2011-03-3022-1445/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086859 13f79535-47bb-0310-9956-ffa450edef68
* Move the store app to unreleasedantelder2011-03-3021-0/+1444
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086858 13f79535-47bb-0310-9956-ffa450edef68
* Starting to port store sample to next releaselresende2011-03-3026-5/+1449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086849 13f79535-47bb-0310-9956-ffa450edef68
* Allow WebApplicationException to pass back to wink so that the correct ↵rfeng2011-03-294-49/+67
| | | | | | response code is returned git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086805 13f79535-47bb-0310-9956-ffa450edef68
* Fix OSGi dependenciesrfeng2011-03-291-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086804 13f79535-47bb-0310-9956-ffa450edef68
* Correct README typosantelder2011-03-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086772 13f79535-47bb-0310-9956-ffa450edef68
* Fix OMElementWrapperHandler getChildren (unwrap) since minOccurs="0" case ↵scottkurz2011-03-292-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
* Node-manager strawman - adding meta-inf to avoid build failurelresende2011-03-291-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086677 13f79535-47bb-0310-9956-ffa450edef68
* Node management strawman, adding test dependencies to allow running tests ↵lresende2011-03-292-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
* TUSCANY-3856 - Adding support for 'portDefault' backdoor to avoid test ↵lresende2011-03-291-1/+5
| | | | | | failures... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086675 13f79535-47bb-0310-9956-ffa450edef68
* Simple strawman to provide some management rest services for nodes.lresende2011-03-2920-0/+5352
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086674 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3856 - Missing default http port allocator implementation plus ↵lresende2011-03-293-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
* TUSCANY-3856 - Integrating HttpPortAllocator with embedded jetty server and ↵lresende2011-03-293-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
* TUSCANY-3856 - Providing HttpPortAllocator, a default implementation plus ↵lresende2011-03-297-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
* Removing System.out.println that accidentaly got in from previous commitlresende2011-03-291-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086670 13f79535-47bb-0310-9956-ffa450edef68
* Enhanving dojo javascript extension to support dojox js frameworklresende2011-03-293-27/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086668 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3496 - Adding extensibility to node api to allow other applications ↵lresende2011-03-2910-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
* Include the three gettig started samples in the buildantelder2011-03-291-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086614 13f79535-47bb-0310-9956-ffa450edef68
* Update to support a default domain URI set via a system property. (we need ↵antelder2011-03-291-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
* Update to use prefix uri: instead of tuscany: to match the other places that ↵antelder2011-03-291-3/+3
| | | | | | handle domain uri's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086612 13f79535-47bb-0310-9956-ffa450edef68
* Update the webapp sample to have the itest from the old helloworld-jsp sampleantelder2011-03-295-72/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086597 13f79535-47bb-0310-9956-ffa450edef68
* Copy the getting started webapp sample to trunk samplesantelder2011-03-299-0/+358
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086589 13f79535-47bb-0310-9956-ffa450edef68
* Start adding the getting started helloworld samples back to trunk samplesantelder2011-03-2914-0/+557
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086563 13f79535-47bb-0310-9956-ffa450edef68
* Fix the string comparison to have constant as the 1st parameter to avoid NPErfeng2011-03-232-63/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084772 13f79535-47bb-0310-9956-ffa450edef68
* Add @Ignore while i investigate a failing testantelder2011-03-221-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084328 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE for hazelcast release updateantelder2011-03-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084317 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the latest hazelcast release which fixes a lot of issues with ↵antelder2011-03-221-21/+2
| | | | | | nodes getting sperated (what hazelcast call 'splitbrain' problems) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084232 13f79535-47bb-0310-9956-ffa450edef68
* Finish the sca client cleanup, remove all the old unused classes and ↵antelder2011-03-2211-758/+194
| | | | | | moethods and rename the remaining to more obvious names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084200 13f79535-47bb-0310-9956-ffa450edef68
* Take out the spi itest fwhile we work out whats up with the ↵antelder2011-03-211-1/+1
| | | | | | Jdk14RegexpMatcher. See r1083699 and r1082808 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083969 13f79535-47bb-0310-9956-ffa450edef68
* Expose Node to the servletrfeng2011-03-213-133/+161
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083943 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importsrfeng2011-03-211-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083942 13f79535-47bb-0310-9956-ffa450edef68
* Add Tuscany/Spring web integration into the featurerfeng2011-03-213-0/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083941 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the servlet-scoped node start/stop with Spring MVCrfeng2011-03-219-24/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083940 13f79535-47bb-0310-9956-ffa450edef68
* Allow the spring component to receive parent application context from the ↵rfeng2011-03-2120-128/+245
| | | | | | composite context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083938 13f79535-47bb-0310-9956-ffa450edef68
* Start of getting the remote sca client working again. This works now but ↵antelder2011-03-217-70/+423
| | | | | | theres a lot of clean up needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083823 13f79535-47bb-0310-9956-ffa450edef68
* Fix to correctly save the node so that its stopped properly when the webapp ↵antelder2011-03-211-1/+1
| | | | | | is stopped git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083700 13f79535-47bb-0310-9956-ffa450edef68
* Fix test fail by adding back regexp dependencyantelder2011-03-211-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083699 13f79535-47bb-0310-9956-ffa450edef68
* Add servlet scoped Node lifecycle support for web applicationsrfeng2011-03-188-269/+569
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082810 13f79535-47bb-0310-9956-ffa450edef68
* Fix the build errorrfeng2011-03-181-9/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082808 13f79535-47bb-0310-9956-ffa450edef68