summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updaqte to only consider Nodes in the same domainantelder2010-05-181-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945641 13f79535-47bb-0310-9956-ffa450edef68
* Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory ↵antelder2010-05-183-7/+38
| | | | | | and getContributions to Node, and update Node init to pass in all contributiosn to Deployer.build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945569 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to test default schemeantelder2010-05-052-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941246 13f79535-47bb-0310-9956-ffa450edef68
* Use correct default domain name. (update left off previous commit)antelder2010-04-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938095 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase for extra propertyantelder2010-04-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937892 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for properties and add properties to the attributesantelder2010-04-213-2/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936188 13f79535-47bb-0310-9956-ffa450edef68
* Set the runtime properties in the extension to make them available across ↵antelder2010-04-151-0/+3
| | | | | | the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934323 13f79535-47bb-0310-9956-ffa450edef68
* Add duplication check for SCA configurationsrfeng2010-04-141-23/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933854 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ↵slaws2010-04-082-2/+17
| | | | | | type provided intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931904 13f79535-47bb-0310-9956-ffa450edef68
* Improve the IP address binding to be based on the host from the urirfeng2010-03-143-12/+10
| | | | | | Having servlet host to return deployed uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng2010-03-021-1/+1
| | | | | | configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
* Start to add the support to load node factory configuration from external filesrfeng2010-02-192-0/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911689 13f79535-47bb-0310-9956-ffa450edef68
* Start to make extension points/extensions configurable from ↵rfeng2010-02-132-5/+42
| | | | | | NodeFactory/ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909678 13f79535-47bb-0310-9956-ffa450edef68
* Avoid unucessary loop iterations after component is foundlresende2010-02-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909264 13f79535-47bb-0310-9956-ffa450edef68
* Rename configURI to domainRegistryURIrfeng2010-02-111-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909180 13f79535-47bb-0310-9956-ffa450edef68
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-101-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908644 13f79535-47bb-0310-9956-ffa450edef68
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-092-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
* Remove getDomainNamerfeng2010-02-091-20/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908247 13f79535-47bb-0310-9956-ffa450edef68
* Remove org.apache.tuscany.sca.node.Client and merge the methods into ↵rfeng2010-02-091-2/+1
| | | | | | org.apache.tuscany.sca.node.Node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908245 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-092-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2010-02-091-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908159 13f79535-47bb-0310-9956-ffa450edef68
* Generate unique Node URI if it's not set in the NodeConfigurationrfeng2010-02-081-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907810 13f79535-47bb-0310-9956-ffa450edef68
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906262 13f79535-47bb-0310-9956-ffa450edef68
* Remove test for now used uri formatantelder2010-01-291-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904493 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-292-6/+7
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
* Testcases for the uri methodsantelder2010-01-231-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902398 13f79535-47bb-0310-9956-ffa450edef68
* The code for build time matching. To actually use this we need to create a ↵slaws2010-01-151-1/+64
| | | | | | build time registry. As it stands you get duplicate endpoint regsitration notifications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899664 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to Node to replicate whats in DomainNode so i can get rid of ↵antelder2010-01-132-0/+31
| | | | | | that. (We still need to do the refactoring of Node as we started discussing on the ML, i'll start that again next week, just want to get the domain changes a bit more done so adding these here for now) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898806 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-115-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2023-0/+2140
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68