summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-20Avoid exception in updateCOntribution if the contribution doesn't exist for s...antelder1-1/+26
2011-06-19Update contribution update to handle additional deployed composites and a tes...antelder1-3/+11
2011-06-19Add an impl to the update contribution method and a testcaseantelder1-3/+21
2011-06-19Start adding a method to update an installed contributionantelder1-0/+20
2011-06-19Correct typoantelder1-5/+4
2011-06-18Add a method to restart started composites that depend on another composite. ...antelder2-0/+42
2011-06-18Change setting a contributions dependencies explicitly from using the domain....antelder1-3/+11
2011-06-17Add a method to stop a running composite and then uninstall any contributions...antelder2-2/+20
2011-06-17When uninstalling a contribution also remove any stopped DeployedComposites s...antelder1-0/+10
2011-06-17Add a method to get the URIs of all the contributions used by this DeployedCo...antelder1-0/+10
2011-06-14Add a test for explicit dependenciesantelder1-1/+1
2011-06-14Update to support a contribution exploded (unzipped) into a file system direc...antelder1-2/+5
2011-06-14Update to support using a node.xml config file in the domain directoryantelder1-1/+12
2011-06-14Update to only treat .jar, .zip and folders that don't start with . as contri...antelder1-2/+2
2011-06-14Have a look at creating a domain node from a file system dirctory to see if i...antelder1-1/+69
2011-06-14Fix getDeployables so that any composites added with addDeployable are includ...antelder1-1/+3
2011-06-13Update for to use the domain uri and name from the registry and to use the do...antelder3-11/+8
2011-06-13Update so that for nodes that don't use the default domain name the domain na...antelder1-1/+10
2011-06-10TUSCANY-3867 - If an exception is detected at start time tidy up by stopping ...slaws1-3/+11
2011-06-09Add TODO about support for foreign endpointsantelder1-0/+5
2011-06-09Move the node name to be the last parameter on the start to make it more cons...antelder2-4/+4
2011-06-08Add a test with a contribution containing an invalid composite and update the...antelder1-1/+3
2011-06-08Add TODO reminderantelder1-0/+2
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2-10/+10
2011-06-06Add the sca-api to the class loader heirachy so that the annotations get corr...antelder1-5/+3
2011-06-06Fix NPE when stopping a remote compositeantelder3-3/+34
2011-06-03Update to use the new Deployer methodantelder1-73/+9
2011-06-03Correct duff importantelder1-2/+1
2011-06-02Look at a reuseable way of calculating a contributions dependencies without h...antelder1-0/+141
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder2-59/+59
2011-05-23Remove now unused classantelder1-92/+0
2011-05-23Set the compsites contribution URI after its readantelder1-0/+1
2011-05-20Move the getInstalledContribution method to the Node interfaceantelder2-3/+5
2011-05-20Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder2-18/+20
2011-05-19Move the code for getDomainComposite from NodeImpl to the domain registryantelder1-15/+5
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder3-1/+102
2011-05-19On stop also stop the runtime if its setantelder1-0/+3
2011-05-19Correct typoantelder1-2/+1
2011-05-19Update to add APIs to get at which composites are running whereantelder2-3/+14
2011-05-19Add a method to get the domain membersantelder2-0/+7
2011-05-19Remove ActivationException on installs, add some TODO commentsantelder2-9/+10
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder3-13/+13
2011-05-17Add some more TODOsantelder1-0/+7
2011-05-17Update javadoc and add some TODOsantelder2-88/+35
2011-05-17Merege the refactoring in nodeImpl2 back into NodeImplantelder4-860/+292
2011-05-16Update to populate the installed contributions importsantelder1-0/+12
2011-05-16Simplify to use the loadDocument method on Deployerantelder1-9/+2
2011-05-16Simplify methods for loading a composite by xmlantelder1-12/+10
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder5-54/+54
2011-05-15Update for the new ContributionListener, to support adding composites to a co...antelder1-19/+114