summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-01Add a contributionInstalled() operation to the listener interface. Completes ...slaws1-0/+3
2011-10-11Include all the contributions as dependencies so that dependent contributions...antelder1-1/+3
2011-10-11Update to not include the root contribution as a duplicate dependencyantelder1-1/+1
2011-09-26When doing validateContribution if a contribution classloader has been create...antelder1-0/+9
2011-09-07TUSCANY-3939: when a loaded contribution is unloaded use ClassLoaderUtil.rele...antelder1-2/+18
2011-08-17TUSCANY-3921: attemot to ensure that dependentContributions doesn't contain d...antelder1-6/+10
2011-06-29Add the domain uri to the logging outputantelder1-1/+1
2011-06-28Add some guards around setting the contribution classloaderantelder1-2/+8
2011-06-27Add some more logging to NodeImplantelder1-1/+33
2011-06-27Make DeployedComposite set the Contribution ClassLoader when a composite is s...antelder1-0/+6
2011-06-27Remove all the code trying to derive a domain name from the uri and instead l...antelder1-15/+4
2011-06-23Add a way to set whether or not the domain name is included as the root of th...antelder3-10/+26
2011-06-23Add a method to get the domain name as well as the domain URIantelder2-0/+17
2011-06-23Add some comment reminder about hot updates of a node.xml defined Node might ...antelder1-0/+16
2011-06-20Add some experimental code to look at dynamic updates to a running Nodeantelder2-0/+186
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