summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-19Add a method to get the domain membersantelder8-1/+52
2011-05-19Remove TODO that has now been doneantelder1-4/+0
2011-05-19Remove ActivationException on installs, add some TODO commentsantelder2-9/+10
2011-05-18Fix Shell started command to not rely on the installed contributions (which m...antelder1-16/+16
2011-05-18Fix Hazelcast reg to properly remove entries when things are removed and upda...antelder4-16/+77
2011-05-18Use transaction again as it works with Strings instead of QNamesantelder1-18/+17
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder13-113/+108
2011-05-18Rename addListener/removeListener to be addEndpointListener/removeEndpointLis...antelder3-10/+10
2011-05-17Fix the OSGi importrfeng1-0/+1
2011-05-17Make sure the generics are generated into the Resource implementation class s...rfeng5-6/+60
2011-05-17Add some more TODOsantelder1-0/+7
2011-05-17Update javadoc and add some TODOsantelder2-88/+35
2011-05-17Update to try the LSSerializer approach to pretty printingantelder1-3/+31
2011-05-17Update Shell for the latest domain node changesantelder2-34/+39
2011-05-17Merege the refactoring in nodeImpl2 back into NodeImplantelder12-937/+398
2011-05-17Don't include contributions with now running compositesantelder1-4/+6
2011-05-17Remove unused methods on InstalledContribution and add a method to merge in c...antelder1-15/+40
2011-05-17Add a utility to get an XML string for a model objectantelder1-0/+58
2011-05-16Update shell to show contributions importsantelder1-0/+13
2011-05-16Update to populate the installed contributions importsantelder1-0/+12
2011-05-16Add info on imports to InstalledContributionantelder1-5/+9
2011-05-16Correct typo in package nameantelder3-3/+3
2011-05-16Simplify to use the loadDocument method on Deployerantelder1-9/+2
2011-05-16Add a method to Deployer to load a model from XML and validate the Monitor re...antelder2-1/+20
2011-05-16Simplify methods for loading a composite by xmlantelder1-12/+10
2011-05-16Rename hazelcast registry packages to match the new DomainRegistry namingantelder9-12/+13
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder40-297/+297
2011-05-15Update for the new ContributionListener, to support adding composites to a co...antelder2-19/+141
2011-05-15Update to support the new registry ContributionListener functionantelder1-2/+22
2011-05-15Update for the new updateInstalledContribution methodantelder1-0/+3
2011-05-15Update for the new addComposite methodantelder1-0/+6
2011-05-15Add a method to add a Composite to a Contributionantelder2-0/+11
2011-05-15Update for the new updateInstalledContribution methodantelder1-0/+6
2011-05-15Update EndpointRegistryImpl to use the new ContributionListener and the updat...antelder1-0/+12
2011-05-15Add a EndpointRegistry method to update contributions and a ContributionListe...antelder3-0/+42
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-15Update the detailed installed contribution command to show more information a...antelder1-5/+20
2011-05-15Update InstalledContribution to derive a default uri when no uri is specifyantelder1-6/+40
2011-05-15Update for COntribution interfcae changeantelder1-0/+6
2011-05-15Add a method to Contribution to merge in ContributionMetadataantelder2-0/+23
2011-05-14Update for the Contribution and ServiceHelper chnages and to add a few more m...antelder2-46/+52
2011-05-14Move all the code for making service proxys to a seperate helper class. Seems...antelder1-0/+182
2011-05-14Update for new method on the Contribution interfaceantelder1-0/+6
2011-05-14Add a method to Contribution to get an artifacts Model objectantelder2-1/+15
2011-05-14Format the code fragment to make it a little more readableantelder1-2/+1
2011-05-13Move the setting of the local endpoints to before the other stores to fix the...antelder1-1/+1
2011-05-13Add test contribution jars missed on previous commitantelder2-0/+0
2011-05-13Add code for handling import/export better, imports now work when the exporti...antelder2-25/+64