summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-05-15Update for the spi intefrcae changes, clean up some of the redundant code, an...antelder1-50/+38
2011-05-15Update to match the Contribution and InstalledContribution interface changesantelder1-12/+5
2011-05-15Rename init to build and remove the getCompositeURI method as thats now done ...antelder1-26/+3
2011-05-14Update for the Contribution and ServiceHelper chnages and to add a few more m...antelder1-45/+44
2011-05-14Move all the code for making service proxys to a seperate helper class. Seems...antelder1-0/+182
2011-05-13Add code for handling import/export better, imports now work when the exporti...antelder1-10/+32
2011-05-13Add a temporary create for the node2antelder1-0/+10
2011-05-13A refactor of NodeImpl to simplify and remove the use of InstalledContributio...antelder1-0/+292
2011-05-13Add code to find the contribution attributes when installing a contributionantelder1-0/+26
2011-05-12Remove the allNodes static as its not used by anythingantelder1-9/+1
2011-05-12Refactor away the use of the InstalledContribution classantelder1-13/+13
2011-05-12Remove unused importantelder1-1/+0
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder2-6/+17