| Commit message (Expand) | Author | Files | Lines |
2011-05-19 | Move the code for getDomainComposite from NodeImpl to the domain registry | antelder | 2 | -16/+8 |
2011-05-19 | Add a way to run commands on remote nodes and add Node API and Shell commands... | antelder | 3 | -1/+102 |
2011-05-19 | On stop also stop the runtime if its set | antelder | 1 | -0/+3 |
2011-05-19 | Correct typo | antelder | 1 | -2/+1 |
2011-05-19 | Update to add APIs to get at which composites are running where | antelder | 2 | -3/+14 |
2011-05-19 | Add a method to get the domain members | antelder | 2 | -0/+7 |
2011-05-19 | Remove ActivationException on installs, add some TODO comments | antelder | 2 | -9/+10 |
2011-05-18 | Fix Hazelcast reg to properly remove entries when things are removed and upda... | antelder | 3 | -15/+66 |
2011-05-18 | Updates to match the DomainRegistry changes to rename addListener/removeListe... | antelder | 7 | -36/+36 |
2011-05-17 | Add some more TODOs | antelder | 1 | -0/+7 |
2011-05-17 | Update javadoc and add some TODOs | antelder | 2 | -88/+35 |
2011-05-17 | Merege the refactoring in nodeImpl2 back into NodeImpl | antelder | 11 | -931/+393 |
2011-05-16 | Update to populate the installed contributions imports | antelder | 1 | -0/+12 |
2011-05-16 | Simplify to use the loadDocument method on Deployer | antelder | 1 | -9/+2 |
2011-05-16 | Simplify methods for loading a composite by xml | antelder | 1 | -12/+10 |
2011-05-16 | Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot... | antelder | 5 | -54/+54 |
2011-05-15 | Update for the new ContributionListener, to support adding composites to a co... | antelder | 2 | -19/+141 |
2011-05-15 | Update for the spi intefrcae changes, clean up some of the redundant code, an... | antelder | 1 | -50/+38 |
2011-05-15 | Update to match the Contribution and InstalledContribution interface changes | antelder | 1 | -12/+5 |
2011-05-15 | Rename init to build and remove the getCompositeURI method as thats now done ... | antelder | 1 | -26/+3 |
2011-05-14 | Update for the Contribution and ServiceHelper chnages and to add a few more m... | antelder | 2 | -46/+52 |
2011-05-14 | Move all the code for making service proxys to a seperate helper class. Seems... | antelder | 1 | -0/+182 |
2011-05-13 | Add test contribution jars missed on previous commit | antelder | 2 | -0/+0 |
2011-05-13 | Add code for handling import/export better, imports now work when the exporti... | antelder | 2 | -25/+64 |
2011-05-13 | Add tests for Node2 | antelder | 1 | -0/+157 |
2011-05-13 | Add a temporary create for the node2 | antelder | 1 | -0/+10 |
2011-05-13 | A refactor of NodeImpl to simplify and remove the use of InstalledContributio... | antelder | 1 | -0/+292 |
2011-05-13 | Add code to find the contribution attributes when installing a contribution | antelder | 1 | -0/+26 |
2011-05-12 | Remove the allNodes static as its not used by anything | antelder | 1 | -9/+1 |
2011-05-12 | Refactor away the use of the InstalledContribution class | antelder | 1 | -13/+13 |
2011-05-12 | Remove unused import | antelder | 1 | -1/+0 |
2011-05-12 | Update the registry to use a single class for all the installed contribution ... | antelder | 3 | -6/+18 |
2011-05-11 | Update the registry to store info about a contributions deployables and expor... | antelder | 2 | -2/+5 |
2011-05-10 | Start adding info about installed contributions to the registry so that distr... | antelder | 3 | -22/+39 |
2011-05-10 | Update testcase to also test the AsString method | antelder | 1 | -0/+4 |
2011-05-10 | Correctly close the xml writer to flush the stream | antelder | 1 | -3/+5 |
2011-05-10 | Finish the hazelcast registry composite serialization to share the composites... | antelder | 1 | -2/+11 |
2011-05-10 | Update the registry to support getting the QName and Composite, and use that ... | antelder | 1 | -2/+2 |
2011-05-09 | Add a testcase for teh domain composite | antelder | 1 | -0/+49 |
2011-05-09 | Correct name typo and set attributes on the domain composite | antelder | 1 | -1/+3 |
2011-05-09 | Start looking at support for a Shell command to show the domain level composi... | antelder | 2 | -5/+31 |
2011-05-07 | Update to use the factory to create the endpoint registry | antelder | 1 | -2/+2 |
2011-05-07 | Remove old TODO comment | antelder | 1 | -1/+0 |
2011-05-07 | Update to support setting the domain uri in the runComposite method | antelder | 2 | -13/+10 |
2011-03-06 | DO some clean up, move some things around and add a bit of javadoc | antelder | 4 | -21/+43 |
2011-03-04 | Update to use a map instead of a list to store the start composites to make t... | antelder | 2 | -21/+13 |
2011-03-04 | Add a simple test timing node start/stop times | antelder | 1 | -0/+74 |
2011-03-04 | Do some clean up, simplify dependencies, remove unused classes and folders, u... | antelder | 10 | -635/+86 |
2011-02-08 | More quiet logging changes, update use of properties to not interfere with re... | antelder | 1 | -2/+0 |
2011-01-20 | Partially fix TUSCANY-3675 to get some distributed domain functions working a... | antelder | 1 | -4/+2 |