summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main/java/org/apache/tuscany (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the allNodes static as its not used by anythingantelder2011-05-121-9/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102283 13f79535-47bb-0310-9956-ffa450edef68
* Refactor away the use of the InstalledContribution classantelder2011-05-121-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102282 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importantelder2011-05-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102254 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to use a single class for all the installed contribution ↵antelder2011-05-122-6/+17
| | | | | | 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
* Update the registry to store info about a contributions deployables and ↵antelder2011-05-111-2/+5
| | | | | | exports so that distrubuted nodes are able to see what is available without having to actually go get and install a remote contribution. This is work in progress, an alternative is to just put the Contribution model object itself in the registry and have the registry impl hide the details, but this approach is easier for now as we see how things can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101793 13f79535-47bb-0310-9956-ffa450edef68
* Start adding info about installed contributions to the registry so that ↵antelder2011-05-102-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
* Correctly close the xml writer to flush the streamantelder2011-05-101-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101420 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to support getting the QName and Composite, and use that ↵antelder2011-05-101-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
* Correct name typo and set attributes on the domain compositeantelder2011-05-091-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101248 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-092-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
* Update to use the factory to create the endpoint registryantelder2011-05-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100477 13f79535-47bb-0310-9956-ffa450edef68
* Remove old TODO commentantelder2011-05-071-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100475 13f79535-47bb-0310-9956-ffa450edef68
* Update to support setting the domain uri in the runComposite methodantelder2011-05-071-10/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100473 13f79535-47bb-0310-9956-ffa450edef68
* DO some clean up, move some things around and add a bit of javadocantelder2011-03-064-21/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078433 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a map instead of a list to store the start composites to make ↵antelder2011-03-042-21/+13
| | | | | | the lookup easier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077928 13f79535-47bb-0310-9956-ffa450edef68
* Do some clean up, simplify dependencies, remove unused classes and folders, ↵antelder2011-03-046-277/+86
| | | | | | update to restart stopped composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077885 13f79535-47bb-0310-9956-ffa450edef68
* More quiet logging changes, update use of properties to not interfere with ↵antelder2011-02-081-2/+0
| | | | | | registry config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068545 13f79535-47bb-0310-9956-ffa450edef68
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder2011-01-205-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
* No code change just organize importsantelder2011-01-193-9/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060742 13f79535-47bb-0310-9956-ffa450edef68
* Fix runComposite with shared runtime instance and update testcaseantelder2011-01-191-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060741 13f79535-47bb-0310-9956-ffa450edef68
* Rename main class to TuscanyRuntimeantelder2011-01-192-18/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060728 13f79535-47bb-0310-9956-ffa450edef68
* Update getService to work with services on remote nodesantelder2011-01-151-4/+131
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059305 13f79535-47bb-0310-9956-ffa450edef68
* Update to create a service proxy directly instead of using the sca client ↵antelder2011-01-125-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
* Comment out the updateXxx methods for now as its not clear what they should ↵antelder2010-11-272-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
* Update node2 api to more closely match the commands the Shell hasantelder2010-11-253-28/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039077 13f79535-47bb-0310-9956-ffa450edef68
* Fix to use a new List for the deployables as the List in the contribution ↵antelder2010-11-251-1/+1
| | | | | | gets over written git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039044 13f79535-47bb-0310-9956-ffa450edef68
* Fix build breaks and MFsrfeng2010-11-171-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036159 13f79535-47bb-0310-9956-ffa450edef68
* Remove CompositeContext threadlocal thats might be causeing a storage leak ↵antelder2010-10-251-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
* Update to use all the contribution attributes, rename the test to use the ↵antelder2010-09-291-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
* Update to use all the contribution attributes, rename the test to use the ↵antelder2010-09-291-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
* Add a createNodeFromXML method that can create and configure a node from an ↵antelder2010-09-292-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
* Fix typo in method name. slaws2010-09-033-5/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992287 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE when no dependent contributions are usedantelder2010-08-081-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983368 13f79535-47bb-0310-9956-ffa450edef68
* Change createStandaloneNode to be named newStandaloneNodeantelder2010-08-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981849 13f79535-47bb-0310-9956-ffa450edef68
* Change add/removeToDoamin method to have the contribution and composite uri ↵antelder2010-08-023-18/+15
| | | | | | as separate parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981512 13f79535-47bb-0310-9956-ffa450edef68
* Update for using a default contribution uri if none is specifiedantelder2010-08-021-13/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981496 13f79535-47bb-0310-9956-ffa450edef68
* Add a createStandaloneNode method which creates a Node running a composite ↵antelder2010-08-021-34/+26
| | | | | | outside of any domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981495 13f79535-47bb-0310-9956-ffa450edef68
* Update all the install methods to return the uri of the installed ↵antelder2010-08-021-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
* Update to configure the registry from the domainURIantelder2010-07-061-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960881 13f79535-47bb-0310-9956-ffa450edef68
* Change getDeployedComposites to return the composite relative uri instead of ↵antelder2010-07-051-1/+1
| | | | | | the absolute uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960659 13f79535-47bb-0310-9956-ffa450edef68
* Fix to return the correct deployed composite listantelder2010-07-041-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960323 13f79535-47bb-0310-9956-ffa450edef68
* Include getter for domain name on Node interfaceantelder2010-07-031-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960264 13f79535-47bb-0310-9956-ffa450edef68
* Use IOHelper to create URI to avoid exceptionsantelder2010-07-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960263 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsantelder2010-07-031-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960169 13f79535-47bb-0310-9956-ffa450edef68
* Clean up factory instantiation, add a static helper to create simple nodes, ↵antelder2010-07-034-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
* Start cleaning up JavaDoc and changes coming to light while doing that: move ↵antelder2010-07-013-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
* Add a short form create methodantelder2010-06-282-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958540 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of places still using old namesantelder2010-06-281-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958538 13f79535-47bb-0310-9956-ffa450edef68
* Remove old packagesantelder2010-06-285-839/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958499 13f79535-47bb-0310-9956-ffa450edef68
* Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder2010-06-285-0/+843
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68