summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-node/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in method name. slaws2010-09-033-5/+13
* Avoid NPE when no dependent contributions are usedantelder2010-08-081-2/+4
* Change createStandaloneNode to be named newStandaloneNodeantelder2010-08-031-1/+1
* Change add/removeToDoamin method to have the contribution and composite uri a...antelder2010-08-023-18/+15
* Update for using a default contribution uri if none is specifiedantelder2010-08-021-13/+35
* Add a createStandaloneNode method which creates a Node running a composite ou...antelder2010-08-021-34/+26
* Update all the install methods to return the uri of the installed contributio...antelder2010-08-021-3/+5
* Update to configure the registry from the domainURIantelder2010-07-061-2/+13
* Change getDeployedComposites to return the composite relative uri instead of ...antelder2010-07-051-1/+1
* Fix to return the correct deployed composite listantelder2010-07-041-4/+6
* Include getter for domain name on Node interfaceantelder2010-07-031-0/+2
* Use IOHelper to create URI to avoid exceptionsantelder2010-07-031-1/+1
* Remove unused importsantelder2010-07-031-2/+0
* Clean up factory instantiation, add a static helper to create simple nodes, a...antelder2010-07-034-47/+101
* Start cleaning up JavaDoc and changes coming to light while doing that: move ...antelder2010-07-013-49/+90
* Add a short form create methodantelder2010-06-282-1/+15
* Fix a couple of places still using old namesantelder2010-06-281-3/+3
* Remove old packagesantelder2010-06-285-839/+0
* Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder2010-06-285-0/+843
* Remove some more of those pesky non-utf8 charactersantelder2010-06-091-5/+5
* Move the code in the domain module to the domain-node module as thats what do...antelder2010-06-095-0/+839
* Setting svn:eol-style for java and xml filesrfeng2010-06-052-246/+246
* Update to use NodeFactory as now that does most things that DomainNode didantelder2010-05-051-2/+6
* Add uri: and properties: so these work with the .bat/.sh scriptsantelder2010-04-301-1/+1
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-1/+1
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-091-2/+2
* Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng2010-01-291-3/+2
* Catch up the tomcat runtime with all the recent domain and node changesantelder2010-01-251-2/+2
* NodeFactory.getInstance doesn't work properly anymore so use the config approachantelder2010-01-121-4/+2