summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany/sca/impl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid exception in updateCOntribution if the contribution doesn't exist for s...antelder2011-06-201-1/+26
* Update contribution update to handle additional deployed composites and a tes...antelder2011-06-191-3/+11
* Add an impl to the update contribution method and a testcaseantelder2011-06-191-3/+21
* Start adding a method to update an installed contributionantelder2011-06-191-0/+20
* Correct typoantelder2011-06-191-5/+4
* Add a method to restart started composites that depend on another composite. ...antelder2011-06-182-0/+42
* Add a method to stop a running composite and then uninstall any contributions...antelder2011-06-171-2/+18
* When uninstalling a contribution also remove any stopped DeployedComposites s...antelder2011-06-171-0/+10
* Add a method to get the URIs of all the contributions used by this DeployedCo...antelder2011-06-171-0/+10
* Fix getDeployables so that any composites added with addDeployable are includ...antelder2011-06-141-1/+3
* Update for to use the domain uri and name from the registry and to use the do...antelder2011-06-132-9/+6
* Update so that for nodes that don't use the default domain name the domain na...antelder2011-06-131-1/+10
* TUSCANY-3867 - If an exception is detected at start time tidy up by stopping ...slaws2011-06-101-3/+11
* Move the node name to be the last parameter on the start to make it more cons...antelder2011-06-091-3/+3
* Add a test with a contribution containing an invalid composite and update the...antelder2011-06-081-1/+3
* Add TODO reminderantelder2011-06-081-0/+2
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-071-7/+7
* Add the sca-api to the class loader heirachy so that the annotations get corr...antelder2011-06-061-5/+3
* Fix NPE when stopping a remote compositeantelder2011-06-063-3/+34
* Update to use the new Deployer methodantelder2011-06-031-73/+9
* Correct duff importantelder2011-06-031-2/+1
* Look at a reuseable way of calculating a contributions dependencies without h...antelder2011-06-021-0/+141
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-57/+57
* Remove now unused classantelder2011-05-231-92/+0
* Set the compsites contribution URI after its readantelder2011-05-231-0/+1
* Move the getInstalledContribution method to the Node interfaceantelder2011-05-201-3/+2
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder2011-05-201-14/+19
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-191-15/+5
* Add a way to run commands on remote nodes and add Node API and Shell commands...antelder2011-05-192-1/+99
* On stop also stop the runtime if its setantelder2011-05-191-0/+3
* Correct typoantelder2011-05-191-2/+1
* Update to add APIs to get at which composites are running whereantelder2011-05-191-0/+10
* Add a method to get the domain membersantelder2011-05-191-0/+5
* Remove ActivationException on installs, add some TODO commentsantelder2011-05-191-3/+6
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-182-8/+10
* Update javadoc and add some TODOsantelder2011-05-171-1/+3
* Merege the refactoring in nodeImpl2 back into NodeImplantelder2011-05-172-811/+236
* 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-164-47/+47
* 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
* 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