summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/shell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-191-1/+24
| | | | | | commands to start and stop composites on remote nodes. Initial code so a little prototypy but it does work so committing it now for review git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124705 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest APIs to explicitly start the deployable composites of a ↵antelder2011-05-191-3/+4
| | | | | | passed in contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124646 13f79535-47bb-0310-9956-ffa450edef68
* Update to add APIs to get at which composites are running whereantelder2011-05-191-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain membersantelder2011-05-191-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
* Fix Shell started command to not rely on the installed contributions (which ↵antelder2011-05-181-16/+16
| | | | | | may have been uninstalled) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124252 13f79535-47bb-0310-9956-ffa450edef68
* Updates to match the DomainRegistry changes to rename ↵antelder2011-05-181-9/+5
| | | | | | addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124143 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell for the latest domain node changesantelder2011-05-172-34/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104142 13f79535-47bb-0310-9956-ffa450edef68
* Update shell to show contributions importsantelder2011-05-161-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103728 13f79535-47bb-0310-9956-ffa450edef68
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder2011-05-163-6/+6
| | | | | | lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
* Update the detailed installed contribution command to show more information ↵antelder2011-05-151-5/+20
| | | | | | about the contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103281 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell installed and start commands to work with the latest ↵antelder2011-05-111-39/+33
| | | | | | Node/registry changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101898 13f79535-47bb-0310-9956-ffa450edef68
* Change the Shell command 'installed' to by default just show the URIs of ↵antelder2011-05-111-8/+14
| | | | | | installed contributions. The plan being to then add 'installed <curi>' which will show detail about an installed contribution including its uri, url, dependent cintrubutions, deployables, exports, etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101821 13f79535-47bb-0310-9956-ffa450edef68
* Start adding info about installed contributions to the registry so that ↵antelder2011-05-101-1/+1
| | | | | | distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-091-7/+18
| | | | | | composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
* Simplify help output by only including the version not the build revision ↵antelder2011-03-171-6/+1
| | | | | | and date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082437 13f79535-47bb-0310-9956-ffa450edef68
* Update shell to show the command text when installing an initial contributionantelder2011-02-151-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071019 13f79535-47bb-0310-9956-ffa450edef68
* Add a -help arg so the help can be shown at startupantelder2011-02-091-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068815 13f79535-47bb-0310-9956-ffa450edef68
* Udate jline versionantelder2011-02-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067753 13f79535-47bb-0310-9956-ffa450edef68
* Manifest updates for package renamesantelder2011-01-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061332 13f79535-47bb-0310-9956-ffa450edef68
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder2011-01-203-5/+5
| | | | | | fix the immediate problem but there's a bit of work to do cleanging up the dependency tangle to use the core/core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061327 13f79535-47bb-0310-9956-ffa450edef68
* Commite name change missed in previous commitantelder2011-01-191-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060922 13f79535-47bb-0310-9956-ffa450edef68
* Thiss seems to be mid change. Am hoping this will get the build going at least.slaws2011-01-191-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060897 13f79535-47bb-0310-9956-ffa450edef68
* Correct parsing of quoted strings in the argument listantelder2011-01-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059956 13f79535-47bb-0310-9956-ffa450edef68
* Update to use getService from Nodeantelder2011-01-121-16/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058185 13f79535-47bb-0310-9956-ffa450edef68
* Update to create a service proxy directly instead of using the sca client ↵antelder2011-01-123-6/+6
| | | | | | factory api and update testcases for that, and rename package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058025 13f79535-47bb-0310-9956-ffa450edef68
* Adjust printing of blank lines so the Shell output is clearerantelder2011-01-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057921 13f79535-47bb-0310-9956-ffa450edef68
* Update to support entering quoted strings conatining spacesantelder2010-12-021-9/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041571 13f79535-47bb-0310-9956-ffa450edef68
* Fix the passing in of an initial contribution url, and add the start of a ↵antelder2010-11-301-4/+26
| | | | | | status command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040437 13f79535-47bb-0310-9956-ffa450edef68
* Update for API changes and rename 'status' command to be 'started' to match ↵antelder2010-11-273-20/+20
| | | | | | the pattern the other commands use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039645 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell for API changesantelder2010-11-251-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039078 13f79535-47bb-0310-9956-ffa450edef68
* Update to include binding URIs in the service outputantelder2010-11-231-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038091 13f79535-47bb-0310-9956-ffa450edef68
* Filter out some more cglib operationsantelder2010-11-201-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037134 13f79535-47bb-0310-9956-ffa450edef68
* Update to support service operation completionantelder2010-11-193-5/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036827 13f79535-47bb-0310-9956-ffa450edef68
* Update to not show the initial help when starting up with an installed ↵antelder2010-11-191-6/+5
| | | | | | contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036802 13f79535-47bb-0310-9956-ffa450edef68
* Update to support passing in an intial contribution to install and start, ↵antelder2010-11-191-2/+39
| | | | | | and also to support pointing at a Maven project contribution without needing to have the target/classes suffix git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036795 13f79535-47bb-0310-9956-ffa450edef68
* Do better printout for array response typesantelder2010-11-181-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036634 13f79535-47bb-0310-9956-ffa450edef68
* Add a command completor for the invoke commandantelder2010-11-182-0/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036406 13f79535-47bb-0310-9956-ffa450edef68
* Fix build breaks and MFsrfeng2010-11-171-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036159 13f79535-47bb-0310-9956-ffa450edef68
* Get the Shell invoke function working and add a services command to show the ↵antelder2010-11-171-11/+71
| | | | | | available services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036030 13f79535-47bb-0310-9956-ffa450edef68
* Start adding invoke function to the Shellantelder2010-11-161-0/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035589 13f79535-47bb-0310-9956-ffa450edef68
* Start of the comand compeltor for teh install commandantelder2010-10-042-2/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004186 13f79535-47bb-0310-9956-ffa450edef68
* Correct help outputantelder2010-10-011-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003496 13f79535-47bb-0310-9956-ffa450edef68
* Remove old or currently unused commandsantelder2010-10-012-39/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003490 13f79535-47bb-0310-9956-ffa450edef68
* Add start of save command, all the shell bits but still need to implement ↵antelder2010-10-012-1/+27
| | | | | | the actual writing of the state git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003487 13f79535-47bb-0310-9956-ffa450edef68
* Add a run command that runs shell commands saved in a text fileantelder2010-09-302-2/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002991 13f79535-47bb-0310-9956-ffa450edef68
* Add a ***running*** string to the output to show which composites in an ↵antelder2010-09-291-1/+3
| | | | | | installed contribution are running git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002699 13f79535-47bb-0310-9956-ffa450edef68
* Update the Shell with a 'load' command that can load a node from an xml fileantelder2010-09-292-1/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002652 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in method name. slaws2010-09-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992287 13f79535-47bb-0310-9956-ffa450edef68
* Update to by default start in a domain named 'default'. Add a 'domains' ↵antelder2010-09-021-8/+31
| | | | | | command to show the currently defined domains. Change install command parameter -norun to be -start which seems more consistent with the command names. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991940 13f79535-47bb-0310-9956-ffa450edef68
* Change start command to use -duris to match the install commandantelder2010-08-081-10/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983367 13f79535-47bb-0310-9956-ffa450edef68