summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove ActivationException on installs, add some TODO commentsantelder2011-05-192-9/+10
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-183-13/+13
* Add some more TODOsantelder2011-05-171-0/+7
* Update javadoc and add some TODOsantelder2011-05-172-88/+35
* Merege the refactoring in nodeImpl2 back into NodeImplantelder2011-05-174-860/+292
* Update to populate the installed contributions importsantelder2011-05-161-0/+12
* Simplify to use the loadDocument method on Deployerantelder2011-05-161-9/+2
* Simplify methods for loading a composite by xmlantelder2011-05-161-12/+10
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-165-54/+54
* Update for the new ContributionListener, to support adding composites to a co...antelder2011-05-151-19/+114
* Update for the spi intefrcae changes, clean up some of the redundant code, an...antelder2011-05-151-50/+38
* Update to match the Contribution and InstalledContribution interface changesantelder2011-05-151-12/+5
* Rename init to build and remove the getCompositeURI method as thats now done ...antelder2011-05-151-26/+3
* Update for the Contribution and ServiceHelper chnages and to add a few more m...antelder2011-05-141-45/+44
* Move all the code for making service proxys to a seperate helper class. Seems...antelder2011-05-141-0/+182
* Add code for handling import/export better, imports now work when the exporti...antelder2011-05-131-10/+32
* Add a temporary create for the node2antelder2011-05-131-0/+10
* A refactor of NodeImpl to simplify and remove the use of InstalledContributio...antelder2011-05-131-0/+292
* Add code to find the contribution attributes when installing a contributionantelder2011-05-131-0/+26
* Remove the allNodes static as its not used by anythingantelder2011-05-121-9/+1
* Refactor away the use of the InstalledContribution classantelder2011-05-121-13/+13
* Remove unused importantelder2011-05-121-1/+0
* Update the registry to use a single class for all the installed contribution ...antelder2011-05-122-6/+17
* Update the registry to store info about a contributions deployables and expor...antelder2011-05-111-2/+5
* Start adding info about installed contributions to the registry so that distr...antelder2011-05-102-21/+38
* Correctly close the xml writer to flush the streamantelder2011-05-101-3/+5
* Update the registry to support getting the QName and Composite, and use that ...antelder2011-05-101-2/+2
* Correct name typo and set attributes on the domain compositeantelder2011-05-091-1/+3
* Start looking at support for a Shell command to show the domain level composi...antelder2011-05-092-5/+31
* Update to use the factory to create the endpoint registryantelder2011-05-071-2/+2
* Remove old TODO commentantelder2011-05-071-1/+0
* Update to support setting the domain uri in the runComposite methodantelder2011-05-071-10/+8
* DO some clean up, move some things around and add a bit of javadocantelder2011-03-064-21/+43
* Update to use a map instead of a list to store the start composites to make t...antelder2011-03-042-21/+13
* Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder2011-03-046-277/+86
* More quiet logging changes, update use of properties to not interfere with re...antelder2011-02-081-2/+0
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder2011-01-205-8/+14
* No code change just organize importsantelder2011-01-193-9/+1
* Fix runComposite with shared runtime instance and update testcaseantelder2011-01-191-2/+8
* Rename main class to TuscanyRuntimeantelder2011-01-192-18/+39
* Update getService to work with services on remote nodesantelder2011-01-151-4/+131
* Update to create a service proxy directly instead of using the sca client fac...antelder2011-01-125-17/+33
* Comment out the updateXxx methods for now as its not clear what they should d...antelder2010-11-272-64/+65
* Update node2 api to more closely match the commands the Shell hasantelder2010-11-253-28/+27
* Fix to use a new List for the deployables as the List in the contribution get...antelder2010-11-251-1/+1
* Fix build breaks and MFsrfeng2010-11-171-0/+4
* Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder2010-10-251-2/+0
* Update to use all the contribution attributes, rename the test to use the cor...antelder2010-09-291-237/+0
* Update to use all the contribution attributes, rename the test to use the cor...antelder2010-09-291-3/+9
* Add a createNodeFromXML method that can create and configure a node from an x...antelder2010-09-292-0/+285