summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start adding a method to update an installed contributionantelder2011-06-191-0/+20
* 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-181-3/+11
* 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-141-1/+1
* Update to support a contribution exploded (unzipped) into a file system direc...antelder2011-06-141-2/+5
* Update to support using a node.xml config file in the domain directoryantelder2011-06-141-1/+12
* 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-141-1/+69
* 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-133-11/+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-081-1/+3
* 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
* 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-021-0/+141
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-252-59/+59
* 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-191-15/+5
* 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
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-183-13/+13
* Add some more TODOsantelder2011-05-171-0/+7
* Update javadoc and add some TODOsantelder2011-05-172-88/+35
* Merege the refactoring in nodeImpl2 back into NodeImplantelder2011-05-174-860/+292
* Update to populate the installed contributions importsantelder2011-05-161-0/+12
* Simplify to use the loadDocument method on Deployerantelder2011-05-161-9/+2
* Simplify methods for loading a composite by xmlantelder2011-05-161-12/+10
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-165-54/+54
* Update for the new ContributionListener, to support adding composites to a co...antelder2011-05-151-19/+114
* Update for the spi intefrcae changes, clean up some of the redundant code, an...antelder2011-05-151-50/+38
* Update to match the Contribution and InstalledContribution interface changesantelder2011-05-151-12/+5
* Rename init to build and remove the getCompositeURI method as thats now done ...antelder2011-05-151-26/+3