summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-022-0/+203
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-253-66/+66
* 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-192-16/+8
* 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
* Fix Hazelcast reg to properly remove entries when things are removed and upda...antelder2011-05-183-15/+66
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-187-36/+36
* 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-1712-937/+398
* 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-152-19/+141
* 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
* Update for the Contribution and ServiceHelper chnages and to add a few more m...antelder2011-05-142-46/+52
* Move all the code for making service proxys to a seperate helper class. Seems...antelder2011-05-141-0/+182
* Add test contribution jars missed on previous commitantelder2011-05-132-0/+0
* Add code for handling import/export better, imports now work when the exporti...antelder2011-05-132-25/+64
* Add tests for Node2antelder2011-05-131-0/+157
* Add a temporary create for the node2antelder2011-05-131-0/+10
* A refactor of NodeImpl to simplify and remove the use of InstalledContributio...antelder2011-05-131-0/+292
* Add code to find the contribution attributes when installing a contributionantelder2011-05-131-0/+26
* Remove the allNodes static as its not used by anythingantelder2011-05-121-9/+1
* Refactor away the use of the InstalledContribution classantelder2011-05-121-13/+13
* Remove unused importantelder2011-05-121-1/+0
* Update the registry to use a single class for all the installed contribution ...antelder2011-05-123-6/+18
* Update the registry to store info about a contributions deployables and expor...antelder2011-05-112-2/+5
* Start adding info about installed contributions to the registry so that distr...antelder2011-05-103-22/+39
* Update testcase to also test the AsString methodantelder2011-05-101-0/+4
* Correctly close the xml writer to flush the streamantelder2011-05-101-3/+5
* Finish the hazelcast registry composite serialization to share the composites...antelder2011-05-101-2/+11
* Update the registry to support getting the QName and Composite, and use that ...antelder2011-05-101-2/+2
* Add a testcase for teh domain compositeantelder2011-05-091-0/+49
* Correct name typo and set attributes on the domain compositeantelder2011-05-091-1/+3
* Start looking at support for a Shell command to show the domain level composi...antelder2011-05-092-5/+31