summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta4-RC0/modules/domain-node/src/main/java/org/apache/tuscany/sca/impl/DeployedComposite.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-08Tag for rc0 preview of beta4 releaseantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241816 13f79535-47bb-0310-9956-ffa450edef68
2011-10-11Include all the contributions as dependencies so that dependent ↵antelder1-1/+3
contributions get resolved correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181651 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28Add some guards around setting the contribution classloaderantelder1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140455 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27Make DeployedComposite set the Contribution ClassLoader when a composite is ↵antelder1-0/+6
started. It feels like there should be a better place for this to be happening, perhaps in the builder somewhere but for now this ensures that a composite's contribution will have a classloader set after the a composite is started. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140065 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23Add a way to set whether or not the domain name is included as the root of ↵antelder1-7/+10
the service endpoint uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138822 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18Add a method to restart started composites that depend on another composite. ↵antelder1-0/+26
That so you can updated a composite and have everything thats using it pick up the changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137224 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Add a method to get the URIs of all the contributions used by this ↵antelder1-0/+10
DeployedComposite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136892 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Update for to use the domain uri and name from the registry and to use the ↵antelder1-2/+2
domain name in the binding base uri for non-default domains git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135297 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Update so that for nodes that don't use the default domain name the domain ↵antelder1-1/+10
name is included in the service uri (except for binding.sca) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135139 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10TUSCANY-3867 - If an exception is detected at start time tidy up by stopping ↵slaws1-3/+11
what's been started. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134224 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Fix NPE when stopping a remote compositeantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132533 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18Updates to match the DomainRegistry changes to rename ↵antelder1-1/+3
addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124143 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder1-7/+7
lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Rename init to build and remove the getCompositeURI method as thats now done ↵antelder1-26/+3
correctlky by the Tuscany runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103282 13f79535-47bb-0310-9956-ffa450edef68
2011-05-12Refactor away the use of the InstalledContribution classantelder1-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102282 13f79535-47bb-0310-9956-ffa450edef68
2011-05-12Update the registry to use a single class for all the installed contribution ↵antelder1-2/+2
attributes, and to correct the storing of running composites to be qualified by the contribution uri. As per a previous commit comment this is still work in progress so a little rough, but its getting closer now to show the type of thing thats needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102252 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Start looking at support for a Shell command to show the domain level ↵antelder1-0/+3
composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder1-15/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078433 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, ↵antelder1-13/+14
update to restart stopped composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077885 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder1-1/+1
fix the immediate problem but there's a bit of work to do cleanging up the dependency tangle to use the core/core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061327 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Update to create a service proxy directly instead of using the sca client ↵antelder1-1/+1
factory api and update testcases for that, and rename package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058025 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Remove CompositeContext threadlocal thats might be causeing a storage leak ↵antelder1-2/+0
as Tuscany doesn't use this anymore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026981 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Clean up factory instantiation, add a static helper to create simple nodes, ↵antelder1-3/+5
and update impl to correctly resolve dependencies for installed contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960160 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder1-0/+138
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68