summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng2009-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805621 13f79535-47bb-0310-9956-ffa450edef68
* Use system property to check if the launcher is running under maven surefire ↵rfeng2009-07-011-1/+1
| | | | | | test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790349 13f79535-47bb-0310-9956-ffa450edef68
* Use the QName as the key for binding base URIsrfeng2009-06-251-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788487 13f79535-47bb-0310-9956-ffa450edef68
* Update the node launcher to use the NodeFactoryrfeng2009-05-151-104/+125
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775369 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-2/+2
| | | | 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-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Minor javadoc fixlresende2009-02-081-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742019 13f79535-47bb-0310-9956-ffa450edef68
* Set ttl=0 to be no waitrfeng2009-02-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741639 13f79535-47bb-0310-9956-ffa450edef68
* Set up the sample scripts so that the automatic run uses a time to live of 4 ↵slaws2009-02-051-1/+1
| | | | | | seconds while the script, when run manually, waits for the user to press a key. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741087 13f79535-47bb-0310-9956-ffa450edef68
* Add a new option "ttl" to control when to stop the noderfeng2009-02-041-5/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740819 13f79535-47bb-0310-9956-ffa450edef68
* Add the command line processing for JSE launcher toorfeng2009-02-045-27/+121
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740629 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
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that all of the jars are located correctly when the node launcher is ↵slaws2008-11-281-2/+2
| | | | | | run from the command line. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721420 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation on methods that override a method ↵mcombellack2008-11-263-0/+3
| | | | | | declaration in a superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720905 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1912-0/+1658
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1911-1672/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-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
* Added a little more logic to restart the domain manager or a node when the ↵jsdelfino2008-09-123-59/+108
| | | | | | user presses 'r', quit when the user presses 'q'. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694768 13f79535-47bb-0310-9956-ffa450edef68
* Restart a node when the user just presses enter.jsdelfino2008-09-121-40/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694766 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup in the ServletFilters.jsdelfino2008-09-051-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692320 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, ↵jsdelfino2008-09-054-95/+196
| | | | | | some try/catch, cleaned up the logs a bit. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692319 13f79535-47bb-0310-9956-ffa450edef68
* Added support for two parameters to NodeLauncher: composite URI and ↵jsdelfino2008-08-251-3/+16
| | | | | | contribution location. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688623 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for itest/osgi-tuscanyrsivaram2008-08-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688168 13f79535-47bb-0310-9956-ffa450edef68
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-1911-0/+1485
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68