summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/impl (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-02Look at a reuseable way of calculating a contributions dependencies without h...antelder1-0/+141
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-57/+57
2011-05-23Remove now unused classantelder1-92/+0
2011-05-23Set the compsites contribution URI after its readantelder1-0/+1
2011-05-20Move the getInstalledContribution method to the Node interfaceantelder1-3/+2
2011-05-20Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder1-14/+19
2011-05-19Move the code for getDomainComposite from NodeImpl to the domain registryantelder1-15/+5
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder2-1/+99
2011-05-19On stop also stop the runtime if its setantelder1-0/+3
2011-05-19Correct typoantelder1-2/+1
2011-05-19Update to add APIs to get at which composites are running whereantelder1-0/+10
2011-05-19Add a method to get the domain membersantelder1-0/+5
2011-05-19Remove ActivationException on installs, add some TODO commentsantelder1-3/+6
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2-8/+10
2011-05-17Update javadoc and add some TODOsantelder1-1/+3
2011-05-17Merege the refactoring in nodeImpl2 back into NodeImplantelder2-811/+236
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...antelder4-47/+47
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-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-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...antelder1-20/+36
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-03-06DO some clean up, move some things around and add a bit of javadocantelder3-21/+16
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...antelder3-31/+54
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder3-0/+707