summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-07Move all JLine classes into a sub packageantelder5-7/+10
2010-07-07Update to use a Tuscany specific completor that can complete each command arg...antelder2-0/+234
2010-07-07Update to use a Tuscany specific completor that can complete each command arg...antelder1-3/+5
2010-07-06Add a JLine COmpletor for installed contribution URIsantelder1-0/+47
2010-07-06Add help for installed and remove commandsantelder1-3/+4
2010-07-06Ensure that the SCA namespace prefix is registered in the XPath namespace con...bdaniel2-2/+3
2010-07-06accept command in any caseantelder1-16/+16
2010-07-06Update install to not require the -uri flag to specify a uri but instead just...antelder1-15/+38
2010-07-06Start adding help detailantelder1-23/+215
2010-07-06Update to configure the registry from the domainURIantelder3-6/+28
2010-07-05Correct addDeploymentComposite help infoantelder1-1/+1
2010-07-05Add help for installedantelder1-0/+1
2010-07-05Add installed commandantelder1-1/+26
2010-07-05Add a start command thatdoes the same as addToDomainLevelCompositeantelder1-1/+10
2010-07-05Update stop command to support stopping individual contributions and compositesantelder2-8/+26
2010-07-05Change getDeployedComposites to return the composite relative uri instead of ...antelder3-6/+6
2010-07-05Updates to status command and outputantelder1-11/+30
2010-07-05Update to also support using JLine for a more powerful command line and tab c...antelder3-29/+183
2010-07-05Removing unnecessary //TODO commentedwardsmj1-5/+3
2010-07-05Initial version of async client endpoint for async response messages for Phas...edwardsmj2-15/+335
2010-07-05Adding Classes to handle asynchronous responses as part of Phase II of TUSCAN...edwardsmj3-0/+254
2010-07-05Little bit of tidying. No function change.slaws1-24/+21
2010-07-04Tidy up mainfestantelder1-5/+8
2010-07-04Add the Tuscany build info to the help and display help when first startedantelder1-0/+5
2010-07-04Reenable the version spi with the buildnumber-maven-pluginantelder1-2/+0
2010-07-04Add shell moduleantelder1-0/+1
2010-07-04Update manifestantelder1-9/+6
2010-07-04Print the relative uri or deployed compositesantelder1-2/+1
2010-07-04Fix to return the correct deployed composite listantelder1-4/+6
2010-07-04Use a nicer default contribution uriantelder1-2/+25
2010-07-04Update with initial impls for the domain operations described in section 10 o...antelder1-39/+110
2010-07-03Include getter for domain name on Node interfaceantelder1-0/+2
2010-07-03Use IOHelper to create URI to avoid exceptionsantelder1-1/+1
2010-07-03Rename from sample to module package name and update to use domain node apiantelder2-14/+38
2010-07-03Start a new module for a interactive shell copied from the new shell launcher...antelder2-0/+184
2010-07-03Remove unused importsantelder1-2/+0
2010-07-03Clean up factory instantiation, add a static helper to create simple nodes, a...antelder6-75/+149
2010-07-03Add a method to Deployer to resolve a contributions dependenciesantelder2-0/+84
2010-07-03Add license headerantelder1-0/+18
2010-07-02More changes to fix binding.s otests. Also change binding.ws model getter/set...slaws10-28/+156
2010-07-01TUSCANY-3604 add greater fidelity to the process of resolving WSDL by checkin...slaws6-3/+124
2010-07-01Improve error messages. This validation should happen earlier when the bindin...slaws2-4/+12
2010-07-01Start cleaning up JavaDoc and changes coming to light while doing that: move ...antelder4-60/+101
2010-06-30Merge service side updates of axis2 ws binding to jaxws version of bindingantelder2-4/+132
2010-06-30TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of thin...slaws7-12/+328
2010-06-30Include the new isAsyncServer method on the corba test mock classantelder1-0/+6
2010-06-30Updaet to include endpoint reference in JAXWSBindingInvoker constructorantelder1-1/+3
2010-06-30Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2-0/+14
2010-06-29Client side asynchronous support - extending the async client invokers to ful...edwardsmj2-4/+239
2010-06-29Add in processing of declared Asynchronous Faults via @AsyncFaults annotation...edwardsmj1-0/+14