summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-19Remove ActivationException on installs, add some TODO commentsantelder2-9/+10
2011-05-18Fix Hazelcast reg to properly remove entries when things are removed and upda...antelder3-15/+66
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder7-36/+36
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 NodeImplantelder12-937/+398
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...antelder2-19/+141
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...antelder2-46/+52
2011-05-14Move all the code for making service proxys to a seperate helper class. Seems...antelder1-0/+182
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-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 ...antelder3-6/+18
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder2-2/+5
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder3-22/+39
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...antelder1-2/+11
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-2/+2
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-09Start looking at support for a Shell command to show the domain level composi...antelder2-5/+31
2011-05-07Update to use the factory to create the endpoint registryantelder1-2/+2
2011-05-07Remove old TODO commentantelder1-1/+0
2011-05-07Update to support setting the domain uri in the runComposite methodantelder2-13/+10
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder4-21/+43
2011-03-04Update to use a map instead of a list to store the start composites to make t...antelder2-21/+13
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+74
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder11-641/+87
2011-02-08More quiet logging changes, update use of properties to not interfere with re...antelder1-2/+0
2011-01-20Partially fix TUSCANY-3675 to get some distributed domain functions working a...antelder1-4/+2
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder10-22/+25
2011-01-19No code change just organize importsantelder7-21/+1
2011-01-19Fix runComposite with shared runtime instance and update testcaseantelder2-3/+32
2011-01-19Rename main class to TuscanyRuntimeantelder6-46/+67
2011-01-15Update getService to work with services on remote nodesantelder3-5/+193
2011-01-15Make test interface remotable so it can be used to test distributed opsantelder1-0/+3