summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-10Start adding info about installed contributions to the registry so that ↵antelder2-21/+38
distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Correctly close the xml writer to flush the streamantelder1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101420 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Update the registry to support getting the QName and Composite, and use that ↵antelder1-2/+2
in teh hazelcast registry to manage the running composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101369 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Correct name typo and set attributes on the domain compositeantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101248 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Start looking at support for a Shell command to show the domain level ↵antelder2-5/+31
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-05-07Update to use the factory to create the endpoint registryantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100477 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07Remove old TODO commentantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100475 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07Update to support setting the domain uri in the runComposite methodantelder1-10/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100473 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder4-21/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078433 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Update to use a map instead of a list to store the start composites to make ↵antelder2-21/+13
the lookup easier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077928 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, ↵antelder6-277/+86
update to restart stopped composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077885 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08More quiet logging changes, update use of properties to not interfere with ↵antelder1-2/+0
registry config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068545 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder5-8/+14
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-19No code change just organize importsantelder3-9/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060742 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Fix runComposite with shared runtime instance and update testcaseantelder1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060741 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Rename main class to TuscanyRuntimeantelder2-18/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060728 13f79535-47bb-0310-9956-ffa450edef68
2011-01-15Update getService to work with services on remote nodesantelder1-4/+131
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059305 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Update to create a service proxy directly instead of using the sca client ↵antelder5-17/+33
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-11-27Comment out the updateXxx methods for now as its not clear what they should ↵antelder2-64/+65
do, and rename getDeployedComposites and getInstalledContributions to make it clearer what they do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039643 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25Update node2 api to more closely match the commands the Shell hasantelder3-28/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039077 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25Fix to use a new List for the deployables as the List in the contribution ↵antelder1-1/+1
gets over written git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039044 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17Fix build breaks and MFsrfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036159 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-09-29Update to use all the contribution attributes, rename the test to use the ↵antelder1-237/+0
correct attribute name, and make sure the xml file gets closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002691 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29Update to use all the contribution attributes, rename the test to use the ↵antelder1-3/+9
correct attribute name, and make sure the xml file gets closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002690 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29Add a createNodeFromXML method that can create and configure a node from an ↵antelder2-0/+285
xml config file. Only supports minimal install so far and not all the other options for installing contributions and starting composites yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002650 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Fix typo in method name. slaws3-5/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992287 13f79535-47bb-0310-9956-ffa450edef68
2010-08-08Avoid NPE when no dependent contributions are usedantelder1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983368 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Change createStandaloneNode to be named newStandaloneNodeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981849 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Change add/removeToDoamin method to have the contribution and composite uri ↵antelder3-18/+15
as separate parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981512 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Update for using a default contribution uri if none is specifiedantelder1-13/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981496 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Add a createStandaloneNode method which creates a Node running a composite ↵antelder1-34/+26
outside of any domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981495 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Update all the install methods to return the uri of the installed ↵antelder1-3/+5
contribution which simplifies the use of default URIs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981494 13f79535-47bb-0310-9956-ffa450edef68
2010-07-06Update to configure the registry from the domainURIantelder1-2/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960881 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05Change getDeployedComposites to return the composite relative uri instead of ↵antelder1-1/+1
the absolute uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960659 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04Fix to return the correct deployed composite listantelder1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960323 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Include getter for domain name on Node interfaceantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960264 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Use IOHelper to create URI to avoid exceptionsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960263 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Remove unused importsantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960169 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03Clean up factory instantiation, add a static helper to create simple nodes, ↵antelder4-47/+101
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-07-01Start cleaning up JavaDoc and changes coming to light while doing that: move ↵antelder3-49/+90
getDeployer and getAssemblyFactory from Node to NodeFactory, change getInstalledContribution to return an assembly Contribution instead of an InstalledContribution, rename deployDeployables to runDeployables git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959582 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Add a short form create methodantelder2-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958540 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Fix a couple of places still using old namesantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958538 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Remove old packagesantelder5-839/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958499 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder5-0/+843
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Remove some more of those pesky non-utf8 charactersantelder1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953037 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Move the code in the domain module to the domain-node module as thats what ↵antelder5-0/+839
domain-node was intended for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952989 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng2-246/+246
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Update to use NodeFactory as now that does most things that DomainNode didantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941248 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Add uri: and properties: so these work with the .bat/.sh scriptsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939707 13f79535-47bb-0310-9956-ffa450edef68