summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-3/+3
* Update Shell to support starting from a node xml fileantelder2012-05-011-10/+33
* TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ...slaws2011-09-061-2/+2
* Remove unused importsantelder2011-07-181-3/+0
* Correct args in helpantelder2011-07-111-1/+1
* Update to support remote startsantelder2011-07-111-4/+9
* Move the invoke command to a separate class and remove from the Shell class a...antelder2011-07-093-244/+147
* Add a stop commandantelder2011-07-082-0/+79
* Add a start commandantelder2011-07-082-0/+81
* Add an uninstall command classantelder2011-07-082-0/+69
* Update gen'd help to also include the short one line descriptionantelder2011-07-081-0/+2
* Update the Shell to use the AddComposite class and have no code within Shell ...antelder2011-07-083-28/+37
* Start adding a way to have pluggable Shell commands. And start refactoring co...antelder2011-07-074-1/+171
* Update for Node start parameter order changeantelder2011-06-091-1/+1
* Add a completor for the names of remote nodes and use that with the start com...antelder2011-06-083-2/+53
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-071-18/+18
* Change member arg to be the last instead of the first argument which makes it...antelder2011-06-071-1/+1
* Fix NPE with remote services by simplify code to just use node.getService to ...antelder2011-06-071-19/+24
* Update to use a distributed domain by defaultantelder2011-06-061-1/+1
* Start some clean up of the Shell commands to match what the runtime is doingantelder2011-05-261-6/+19
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-10/+10
* Add an addComposite command to match the Node API and fix the installed comma...antelder2011-05-201-24/+37
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder2011-05-201-22/+8
* Add a way to run commands on remote nodes and add Node API and Shell commands...antelder2011-05-191-1/+24
* Update for latest APIs to explicitly start the deployable composites of a pas...antelder2011-05-191-3/+4
* Update to add APIs to get at which composites are running whereantelder2011-05-191-2/+14
* Add a method to get the domain membersantelder2011-05-191-1/+14
* Fix Shell started command to not rely on the installed contributions (which m...antelder2011-05-181-16/+16
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-181-9/+5
* Update Shell for the latest domain node changesantelder2011-05-172-34/+39
* Update shell to show contributions importsantelder2011-05-161-0/+13
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-163-6/+6
* Update the detailed installed contribution command to show more information a...antelder2011-05-151-5/+20
* Update Shell installed and start commands to work with the latest Node/regist...antelder2011-05-111-39/+33
* Change the Shell command 'installed' to by default just show the URIs of inst...antelder2011-05-111-8/+14
* Start adding info about installed contributions to the registry so that distr...antelder2011-05-101-1/+1
* Start looking at support for a Shell command to show the domain level composi...antelder2011-05-091-7/+18
* Simplify help output by only including the version not the build revision and...antelder2011-03-171-6/+1
* Update shell to show the command text when installing an initial contributionantelder2011-02-151-5/+7
* Add a -help arg so the help can be shown at startupantelder2011-02-091-1/+6
* Udate jline versionantelder2011-02-061-1/+1
* Manifest updates for package renamesantelder2011-01-201-2/+2
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder2011-01-203-5/+5
* Commite name change missed in previous commitantelder2011-01-191-8/+7
* Thiss seems to be mid change. Am hoping this will get the build going at least.slaws2011-01-191-0/+6
* Correct parsing of quoted strings in the argument listantelder2011-01-171-1/+1
* Update to use getService from Nodeantelder2011-01-121-16/+3
* Update to create a service proxy directly instead of using the sca client fac...antelder2011-01-123-6/+6
* Adjust printing of blank lines so the Shell output is clearerantelder2011-01-111-2/+1
* Update to support entering quoted strings conatining spacesantelder2010-12-021-9/+36