summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/test/java/org/apache/tuscany/sca (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add another test for recursive compositesantelder2011-06-191-6/+23
* add testcase missed off on the composite update commitantelder2011-06-191-0/+62
* Add a testcase for stopCompositeAndUninstallUnusedantelder2011-06-171-0/+23
* Add a test for explicit dependenciesantelder2011-06-141-0/+16
* Update to support a contribution exploded (unzipped) into a file system direc...antelder2011-06-141-0/+12
* Update to support using a node.xml config file in the domain directoryantelder2011-06-141-0/+23
* Add a test with a domain.properties fileantelder2011-06-141-1/+1
* Have a look at creating a domain node from a file system dirctory to see if i...antelder2011-06-141-0/+72
* Update for to use the domain uri and name from the registry and to use the do...antelder2011-06-131-1/+0
* Add a test with a contribution containing an invalid composite and update the...antelder2011-06-081-0/+35
* No code changes just organize importsantelder2011-06-061-3/+0
* Look at a reuseable way of calculating a contributions dependencies without h...antelder2011-06-021-0/+62
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-7/+7
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-191-1/+3
* Fix Hazelcast reg to properly remove entries when things are removed and upda...antelder2011-05-183-15/+66
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-184-23/+23
* Merege the refactoring in nodeImpl2 back into NodeImplantelder2011-05-177-71/+101
* Update for the new ContributionListener, to support adding composites to a co...antelder2011-05-151-0/+27
* Update for the Contribution and ServiceHelper chnages and to add a few more m...antelder2011-05-141-1/+8
* Add code for handling import/export better, imports now work when the exporti...antelder2011-05-131-15/+32
* Add tests for Node2antelder2011-05-131-0/+157
* Update the registry to use a single class for all the installed contribution ...antelder2011-05-121-0/+1
* Start adding info about installed contributions to the registry so that distr...antelder2011-05-101-1/+1
* Update testcase to also test the AsString methodantelder2011-05-101-0/+4
* Finish the hazelcast registry composite serialization to share the composites...antelder2011-05-101-2/+11
* Add a testcase for teh domain compositeantelder2011-05-091-0/+49
* Update to support setting the domain uri in the runComposite methodantelder2011-05-071-3/+2
* 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-044-358/+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-204-1/+9
* No code change just organize importsantelder2011-01-194-12/+0
* Fix runComposite with shared runtime instance and update testcaseantelder2011-01-191-1/+24
* Rename main class to TuscanyRuntimeantelder2011-01-194-28/+28
* Update getService to work with services on remote nodesantelder2011-01-151-0/+49
* Update to create a service proxy directly instead of using the sca client fac...antelder2011-01-123-19/+48
* Comment out the updateXxx methods for now as its not clear what they should d...antelder2010-11-273-12/+12
* Update node2 api to more closely match the commands the Shell hasantelder2010-11-252-3/+3
* Add a createNodeFromXML method that can create and configure a node from an x...antelder2010-09-291-0/+44
* Fix typo in method name. slaws2010-09-032-6/+6
* Change createStandaloneNode to be named newStandaloneNodeantelder2010-08-031-4/+4
* @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-021-2/+2
* Remove the @IGnore from a test of a contribution which was using the data api...antelder2010-08-021-6/+2
* Change getDeployedComposites to return the composite relative uri instead of ...antelder2010-07-052-5/+5
* Clean up factory instantiation, add a static helper to create simple nodes, a...antelder2010-07-032-28/+48
* Start cleaning up JavaDoc and changes coming to light while doing that: move ...antelder2010-07-011-11/+11
* More updates for new namesantelder2010-06-282-10/+17
* Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder2010-06-282-13/+17
* Move the code in the domain module to the domain-node module as thats what do...antelder2010-06-092-0/+189