summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta3/modules/domain-node/src/main/java/org/apache/tuscany/sca/TuscanyRuntime.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-18Create a branch for beta3antelder1-0/+0
2011-06-27Remove all the code trying to derive a domain name from the uri and instead l...antelder1-15/+4
2011-06-23Add a way to set whether or not the domain name is included as the root of th...antelder1-2/+3
2011-06-23Add some comment reminder about hot updates of a node.xml defined Node might ...antelder1-0/+16
2011-06-18Change setting a contributions dependencies explicitly from using the domain....antelder1-3/+11
2011-06-14Add a test for explicit dependenciesantelder1-1/+1
2011-06-14Update to support a contribution exploded (unzipped) into a file system direc...antelder1-2/+5
2011-06-14Update to support using a node.xml config file in the domain directoryantelder1-1/+12
2011-06-14Update to only treat .jar, .zip and folders that don't start with . as contri...antelder1-2/+2
2011-06-14Have a look at creating a domain node from a file system dirctory to see if i...antelder1-1/+69
2011-06-13Update for to use the domain uri and name from the registry and to use the do...antelder1-2/+2
2011-05-17Merege the refactoring in nodeImpl2 back into NodeImplantelder1-16/+15
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-7/+7
2011-05-13Add a temporary create for the node2antelder1-0/+10
2011-05-12Remove unused importantelder1-1/+0
2011-05-07Update to use the factory to create the endpoint registryantelder1-2/+2
2011-05-07Remove old TODO commentantelder1-1/+0
2011-05-07Update to support setting the domain uri in the runComposite methodantelder1-10/+8
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, u...antelder1-0/+32
2011-02-08More quiet logging changes, update use of properties to not interfere with re...antelder1-2/+0
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder1-2/+7
2011-01-19No code change just organize importsantelder1-7/+0
2011-01-19Fix runComposite with shared runtime instance and update testcaseantelder1-2/+8
2011-01-19Rename main class to TuscanyRuntimeantelder1-12/+33
2011-01-12Update to create a service proxy directly instead of using the sca client fac...antelder1-3/+3
2010-11-25Update node2 api to more closely match the commands the Shell hasantelder1-1/+1
2010-09-29Update to use all the contribution attributes, rename the test to use the cor...antelder1-3/+9
2010-09-29Add a createNodeFromXML method that can create and configure a node from an x...antelder1-0/+48
2010-09-03Fix typo in method name. slaws1-1/+8
2010-08-08Avoid NPE when no dependent contributions are usedantelder1-2/+4
2010-08-03Change createStandaloneNode to be named newStandaloneNodeantelder1-1/+1
2010-08-02Change add/removeToDoamin method to have the contribution and composite uri a...antelder1-7/+1
2010-08-02Add a createStandaloneNode method which creates a Node running a composite ou...antelder1-34/+26
2010-07-06Update to configure the registry from the domainURIantelder1-2/+13
2010-07-03Clean up factory instantiation, add a static helper to create simple nodes, a...antelder1-11/+51
2010-07-01Start cleaning up JavaDoc and changes coming to light while doing that: move ...antelder1-1/+19
2010-06-28Fix a couple of places still using old namesantelder1-3/+3
2010-06-28Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder1-0/+97