summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-19Remove ActivationException on installs, add some TODO commentsantelder2-9/+10
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder3-13/+13
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 NodeImplantelder4-860/+292
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...antelder1-19/+114
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...antelder1-45/+44
2011-05-14Move all the code for making service proxys to a seperate helper class. Seems...antelder1-0/+182
2011-05-13Add code for handling import/export better, imports now work when the exporti...antelder1-10/+32
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 ...antelder2-6/+17
2011-05-11Update the registry to store info about a contributions deployables and expor...antelder1-2/+5
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder2-21/+38
2011-05-10Correctly close the xml writer to flush the streamantelder1-3/+5
2011-05-10Update the registry to support getting the QName and Composite, and use that ...antelder1-2/+2
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 methodantelder1-10/+8
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-04Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder6-277/+86
2011-02-08More quiet logging changes, update use of properties to not interfere with re...antelder1-2/+0
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder5-8/+14
2011-01-19No code change just organize importsantelder3-9/+1
2011-01-19Fix runComposite with shared runtime instance and update testcaseantelder1-2/+8
2011-01-19Rename main class to TuscanyRuntimeantelder2-18/+39
2011-01-15Update getService to work with services on remote nodesantelder1-4/+131
2011-01-12Update to create a service proxy directly instead of using the sca client fac...antelder5-17/+33
2010-11-27Comment out the updateXxx methods for now as its not clear what they should d...antelder2-64/+65
2010-11-25Update node2 api to more closely match the commands the Shell hasantelder3-28/+27
2010-11-25Fix to use a new List for the deployables as the List in the contribution get...antelder1-1/+1
2010-11-17Fix build breaks and MFsrfeng1-0/+4
2010-10-25Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder1-2/+0
2010-09-29Update to use all the contribution attributes, rename the test to use the cor...antelder1-237/+0
2010-09-29Update to use all the contribution attributes, rename the test to use the cor...antelder1-3/+9
2010-09-29Add a createNodeFromXML method that can create and configure a node from an x...antelder2-0/+285