summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/domain-node (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng4-22/+15
Refactor the endpoint-wrapper into domainRegistryFactory that delegates to endpoint registry implementations by the scheme Improve/workaround the monitor so that it can be shared by multiple nodes (We need a better design for this) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823672 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Add test dep of sca-apirfeng1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819788 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Refactor tuscany-endpoint module into tuscany-corerfeng1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819786 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Start to fix the MANIFEST.MF and rename split packagesrfeng9-10/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810317 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28Automatically change : to :// in domain node config uri to make it easier to ↵antelder2-1/+37
type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808939 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28Add a launche main class to the domain nodeantelder1-0/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808931 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28Update domain-node to use the new endpoint wrapper and runtime configuration ↵antelder4-10/+119
so that the inVm/tribes endpoint registry can be choosen and configured via the domain node URI git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808875 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28Add testcase for restarting DomainNodes and work around a problem that ↵antelder2-3/+83
uncovers with stopping the NodeFactory kills all DOmainNodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808793 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Update manifestantelder1-39/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808039 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Update to activate the separate nodes tests as it works now after the 808033 fixantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808034 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Remove unused importantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808022 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Update testcase to have more meaningful method namesantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808020 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Start of a test for multiple nodes within a single JVMantelder1-0/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808002 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Update the node creation to be per test so it properly tests the scenariosantelder1-7/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808001 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Update the client jar to remove the sayHello call in the init method as its ↵antelder1-0/+0
complicating the test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808000 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Split big test method into several discrete test methodsantelder1-5/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807972 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Update test for removing a contribution so that the test actually worksantelder1-3/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807968 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29Start of the node enhancements to support what was being discussed on the ML ↵antelder9-0/+535
a couple of weeks ago http://apache.markmail.org/message/doxwldv2ddkmah5s. There's a runtime per node and a node locall for each domain being used, and you can add/remove contributions from a running node. Right now it just uses NodeFactory/Node under the covers, and ideally this function will be merged into the existing Node later git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798811 13f79535-47bb-0310-9956-ffa450edef68