summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/domain-node (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-094-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
* Add test dep of sca-apirfeng2009-09-291-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819788 13f79535-47bb-0310-9956-ffa450edef68
* Refactor tuscany-endpoint module into tuscany-corerfeng2009-09-291-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819786 13f79535-47bb-0310-9956-ffa450edef68
* Start to fix the MANIFEST.MF and rename split packagesrfeng2009-09-029-10/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810317 13f79535-47bb-0310-9956-ffa450edef68
* Automatically change : to :// in domain node config uri to make it easier to ↵antelder2009-08-282-1/+37
| | | | | | type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808939 13f79535-47bb-0310-9956-ffa450edef68
* Add a launche main class to the domain nodeantelder2009-08-281-0/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808931 13f79535-47bb-0310-9956-ffa450edef68
* Update domain-node to use the new endpoint wrapper and runtime configuration ↵antelder2009-08-284-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
* Add testcase for restarting DomainNodes and work around a problem that ↵antelder2009-08-282-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
* Update manifestantelder2009-08-261-39/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808039 13f79535-47bb-0310-9956-ffa450edef68
* Update to activate the separate nodes tests as it works now after the 808033 fixantelder2009-08-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808034 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importantelder2009-08-261-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808022 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to have more meaningful method namesantelder2009-08-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808020 13f79535-47bb-0310-9956-ffa450edef68
* Start of a test for multiple nodes within a single JVMantelder2009-08-261-0/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808002 13f79535-47bb-0310-9956-ffa450edef68
* Update the node creation to be per test so it properly tests the scenariosantelder2009-08-261-7/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808001 13f79535-47bb-0310-9956-ffa450edef68
* Update the client jar to remove the sayHello call in the init method as its ↵antelder2009-08-261-0/+0
| | | | | | complicating the test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808000 13f79535-47bb-0310-9956-ffa450edef68
* Split big test method into several discrete test methodsantelder2009-08-261-5/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807972 13f79535-47bb-0310-9956-ffa450edef68
* Update test for removing a contribution so that the test actually worksantelder2009-08-261-3/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807968 13f79535-47bb-0310-9956-ffa450edef68
* Start of the node enhancements to support what was being discussed on the ML ↵antelder2009-07-299-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