summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-05-13Add tests for Node2antelder1-0/+157
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-13Update the installed contribution to keep track of java and namespace exportsantelder1-0/+9
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-12Add TODO comment reminderantelder1-0/+1
2011-05-12Remove unused importantelder1-1/+0
2011-05-12Update the registry to use a single class for all the installed contribution ...antelder9-133/+233
2011-05-11Allows the lookup of services by interface (service name == null) from a noderfeng3-11/+32
2011-05-11Update Shell installed and start commands to work with the latest Node/regist...antelder1-39/+33
2011-05-11Change the Shell command 'installed' to by default just show the URIs of inst...antelder1-8/+14
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder7-13/+69
2011-05-11Comment out the transaction processing for now as it looks like a hazelcast b...antelder1-8/+17
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder9-36/+120
2011-05-10Update testcase to also test the AsString methodantelder1-0/+4
2011-05-10Correctly close the xml writer to flush the streamantelder1-3/+5
2011-05-10Finish the hazelcast registry composite serialization to share the composites...antelder2-4/+53
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder6-18/+77
2011-05-09Add a testcase for teh domain compositeantelder1-0/+49
2011-05-09Correct name typo and set attributes on the domain compositeantelder1-1/+3
2011-05-09Fix for TUSCANY-3857. Also addressed a problem writing wrapper elements with...scottkurz4-60/+220
2011-05-09Update hazelcast registry to store and use the wsdl interface contract for en...antelder2-3/+115
2011-05-09Tweak null boundary condition handling for DOM databinding transform path.scottkurz1-0/+3
2011-05-09Update to latest wink and jacksonrfeng4-10/+16
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder8-12/+138