summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-07Fix testcase so that if the initial file delete does work (which happens on n...antelder1-4/+7
2011-09-07TUSCANY-3939: when a loaded contribution is unloaded use ClassLoaderUtil.rele...antelder2-2/+81
2011-09-06TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ...slaws1-3/+21
2011-08-17TUSCANY-3921: attemot to ensure that dependentContributions doesn't contain d...antelder1-6/+10
2011-07-21Add missing license headerantelder1-0/+16
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-23Add a test to show how to find info about a contributions artifactsantelder1-0/+51
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...antelder2-3/+31
2011-06-19Add an impl to the update contribution method and a testcaseantelder3-3/+76
2011-06-19Start adding a method to update an installed contributionantelder1-0/+20
2011-06-19Add another test for recursive compositesantelder3-6/+51
2011-06-19add testcase missed off on the composite update commitantelder3-0/+120
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....antelder5-6/+50
2011-06-17Add a testcase for stopCompositeAndUninstallUnusedantelder1-0/+23
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 dependenciesantelder8-1/+33
2011-06-14Update to support a contribution exploded (unzipped) into a file system direc...antelder11-2/+151
2011-06-14Add readme files about the test directoriesantelder3-0/+14
2011-06-14Update to support using a node.xml config file in the domain directoryantelder3-1/+62
2011-06-14Add a test with a domain.properties fileantelder2-1/+2
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...antelder6-1/+193
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...antelder4-12/+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...antelder3-1/+38
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-06No code changes just organize importsantelder1-3/+0
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...antelder2-0/+203