summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start adding info about installed contributions to the registry so that distr...antelder2011-05-103-22/+39
* Update testcase to also test the AsString methodantelder2011-05-101-0/+4
* Correctly close the xml writer to flush the streamantelder2011-05-101-3/+5
* Finish the hazelcast registry composite serialization to share the composites...antelder2011-05-101-2/+11
* Update the registry to support getting the QName and Composite, and use that ...antelder2011-05-101-2/+2
* Add a testcase for teh domain compositeantelder2011-05-091-0/+49
* Correct name typo and set attributes on the domain compositeantelder2011-05-091-1/+3
* Start looking at support for a Shell command to show the domain level composi...antelder2011-05-092-5/+31
* Update to use the factory to create the endpoint registryantelder2011-05-071-2/+2
* Remove old TODO commentantelder2011-05-071-1/+0
* Update to support setting the domain uri in the runComposite methodantelder2011-05-072-13/+10
* DO some clean up, move some things around and add a bit of javadocantelder2011-03-064-21/+43
* Update to use a map instead of a list to store the start composites to make t...antelder2011-03-042-21/+13
* Add a simple test timing node start/stop timesantelder2011-03-041-0/+74
* Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder2011-03-0411-641/+87
* More quiet logging changes, update use of properties to not interfere with re...antelder2011-02-081-2/+0
* Partially fix TUSCANY-3675 to get some distributed domain functions working a...antelder2011-01-201-4/+2
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder2011-01-2010-22/+25
* No code change just organize importsantelder2011-01-197-21/+1
* Fix runComposite with shared runtime instance and update testcaseantelder2011-01-192-3/+32
* Rename main class to TuscanyRuntimeantelder2011-01-196-46/+67
* Update getService to work with services on remote nodesantelder2011-01-153-5/+193
* Make test interface remotable so it can be used to test distributed opsantelder2011-01-151-0/+3
* Update to create a service proxy directly instead of using the sca client fac...antelder2011-01-1211-42/+81
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
* Comment out the updateXxx methods for now as its not clear what they should d...antelder2010-11-275-76/+77
* Update node2 api to more closely match the commands the Shell hasantelder2010-11-255-31/+30
* Fix to use a new List for the deployables as the List in the contribution get...antelder2010-11-251-1/+1
* Fix build breaks and MFsrfeng2010-11-172-1/+16
* Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder2010-10-251-2/+0
* Update to use all the contribution attributes, rename the test to use the cor...antelder2010-09-292-238/+1
* Update to use all the contribution attributes, rename the test to use the cor...antelder2010-09-291-3/+9
* Add a createNodeFromXML method that can create and configure a node from an x...antelder2010-09-294-0/+356
* Fix typo in method name. slaws2010-09-035-11/+19
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...slaws2010-08-181-0/+7
* Avoid NPE when no dependent contributions are usedantelder2010-08-081-2/+4
* Change createStandaloneNode to be named newStandaloneNodeantelder2010-08-032-5/+5
* @Ignore a test which depends on the jar produced by itest/T3558 which isn't i...slaws2010-08-031-0/+2
* Change add/removeToDoamin method to have the contribution and composite uri a...antelder2010-08-024-20/+17
* Remove the @IGnore from a test of a contribution which was using the data api...antelder2010-08-021-6/+2
* Update for using a default contribution uri if none is specifiedantelder2010-08-021-13/+35
* Add a createStandaloneNode method which creates a Node running a composite ou...antelder2010-08-021-34/+26
* Update all the install methods to return the uri of the installed contributio...antelder2010-08-021-3/+5
* Add data api as a test dependency so it can be used by one of the testsantelder2010-08-021-0/+7
* Update to configure the registry from the domainURIantelder2010-07-061-2/+13
* Change getDeployedComposites to return the composite relative uri instead of ...antelder2010-07-053-6/+6
* Fix to return the correct deployed composite listantelder2010-07-041-4/+6
* Include getter for domain name on Node interfaceantelder2010-07-031-0/+2
* Use IOHelper to create URI to avoid exceptionsantelder2010-07-031-1/+1
* Remove unused importsantelder2010-07-031-2/+0