summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some experimental code to look at dynamic updates to a running Nodeantelder2011-06-202-0/+186
* Avoid exception in updateCOntribution if the contribution doesn't exist for s...antelder2011-06-201-1/+26
* Update contribution update to handle additional deployed composites and a tes...antelder2011-06-192-3/+31
* Add an impl to the update contribution method and a testcaseantelder2011-06-193-3/+76
* Start adding a method to update an installed contributionantelder2011-06-191-0/+20
* Add another test for recursive compositesantelder2011-06-193-6/+51
* add testcase missed off on the composite update commitantelder2011-06-193-0/+120
* Correct typoantelder2011-06-191-5/+4
* Add a method to restart started composites that depend on another composite. ...antelder2011-06-182-0/+42
* Change setting a contributions dependencies explicitly from using the domain....antelder2011-06-185-6/+50
* Add a testcase for stopCompositeAndUninstallUnusedantelder2011-06-171-0/+23
* Add a method to stop a running composite and then uninstall any contributions...antelder2011-06-172-2/+20
* When uninstalling a contribution also remove any stopped DeployedComposites s...antelder2011-06-171-0/+10
* Add a method to get the URIs of all the contributions used by this DeployedCo...antelder2011-06-171-0/+10
* Add a test for explicit dependenciesantelder2011-06-148-1/+33
* Update to support a contribution exploded (unzipped) into a file system direc...antelder2011-06-1411-2/+151
* Add readme files about the test directoriesantelder2011-06-143-0/+14
* Update to support using a node.xml config file in the domain directoryantelder2011-06-143-1/+62
* Add a test with a domain.properties fileantelder2011-06-142-1/+2
* Update to only treat .jar, .zip and folders that don't start with . as contri...antelder2011-06-141-2/+2
* Have a look at creating a domain node from a file system dirctory to see if i...antelder2011-06-146-1/+193
* Fix getDeployables so that any composites added with addDeployable are includ...antelder2011-06-141-1/+3
* Update for to use the domain uri and name from the registry and to use the do...antelder2011-06-134-12/+8
* Update so that for nodes that don't use the default domain name the domain na...antelder2011-06-131-1/+10
* TUSCANY-3867 - If an exception is detected at start time tidy up by stopping ...slaws2011-06-101-3/+11
* Add TODO about support for foreign endpointsantelder2011-06-091-0/+5
* Move the node name to be the last parameter on the start to make it more cons...antelder2011-06-092-4/+4
* Add a test with a contribution containing an invalid composite and update the...antelder2011-06-083-1/+38
* Add TODO reminderantelder2011-06-081-0/+2
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-072-10/+10
* No code changes just organize importsantelder2011-06-061-3/+0
* Add the sca-api to the class loader heirachy so that the annotations get corr...antelder2011-06-061-5/+3
* Fix NPE when stopping a remote compositeantelder2011-06-063-3/+34
* Update to use the new Deployer methodantelder2011-06-031-73/+9
* Correct duff importantelder2011-06-031-2/+1
* Look at a reuseable way of calculating a contributions dependencies without h...antelder2011-06-022-0/+203
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-253-66/+66
* Remove now unused classantelder2011-05-231-92/+0
* Set the compsites contribution URI after its readantelder2011-05-231-0/+1
* Move the getInstalledContribution method to the Node interfaceantelder2011-05-202-3/+5
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder2011-05-202-18/+20
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-192-16/+8
* Add a way to run commands on remote nodes and add Node API and Shell commands...antelder2011-05-193-1/+102
* On stop also stop the runtime if its setantelder2011-05-191-0/+3
* Correct typoantelder2011-05-191-2/+1
* Update to add APIs to get at which composites are running whereantelder2011-05-192-3/+14
* Add a method to get the domain membersantelder2011-05-192-0/+7
* Remove ActivationException on installs, add some TODO commentsantelder2011-05-192-9/+10
* 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-187-36/+36