summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add extra contribution attributes. these are currently only supported by the ↵antelder2010-09-292-0/+72
| | | | | | node2 Node, i guess all the config classes could be copied to there instead of changing these here, but ideally node/node2 will get merged into one so node2 will go away. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002694 13f79535-47bb-0310-9956-ffa450edef68
* Add a test case showing how to register a ProviderFactory instance. Minor ↵jsdelfino2010-08-311-0/+7
| | | | | | cleanup, add a createNode method that takes a list of contributions and remove reference to NodeFactory implementation class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991044 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE by not setting null in domain nameantelder2010-05-181-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945640 13f79535-47bb-0310-9956-ffa450edef68
* Add missing adds to static factoriesantelder2010-05-181-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945551 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
* mark additional classes as extension spi according to use by host* extensionskelvingoodson2010-04-283-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938958 13f79535-47bb-0310-9956-ffa450edef68
* Avoid empty default domain nameantelder2010-04-261-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937977 13f79535-47bb-0310-9956-ffa450edef68
* Update NodeFactory to set the default domain name propertyantelder2010-04-251-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937885 13f79535-47bb-0310-9956-ffa450edef68
* When config null then return noargs newInstance so it gets initialized with ↵antelder2010-04-211-1/+1
| | | | | | the default properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936268 13f79535-47bb-0310-9956-ffa450edef68
* Fix up properties parsingantelder2010-04-211-15/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936187 13f79535-47bb-0310-9956-ffa450edef68
* Fix properties file url readingantelder2010-04-151-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934403 13f79535-47bb-0310-9956-ffa450edef68
* Initialize the properties to avoid any NPEantelder2010-04-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934332 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for configureing the runtime (NodeFactory) via some ↵antelder2010-04-151-17/+85
| | | | | | properties. Also add the init method to NodeFactory class so you don't have to cast it to a NodeFactoryImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934322 13f79535-47bb-0310-9956-ffa450edef68
* Add a NodeFactory newInstance method that takes a Properties object instead ↵antelder2010-04-131-0/+24
| | | | | | of a map or maps to configure the runtime, which makes it easier to use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933537 13f79535-47bb-0310-9956-ffa450edef68
* Add way to keep track of Nodes created by the factoryantelder2010-03-161-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923618 13f79535-47bb-0310-9956-ffa450edef68
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-1/+1
| | | | | | 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
* Add a test for remote invocations between nodes created from two different ↵rfeng2010-02-261-0/+2
| | | | | | node factories git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916838 13f79535-47bb-0310-9956-ffa450edef68
* Start to make extension points/extensions configurable from ↵rfeng2010-02-131-16/+42
| | | | | | NodeFactory/ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909678 13f79535-47bb-0310-9956-ffa450edef68
* Rename configURI to domainRegistryURIrfeng2010-02-111-15/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909180 13f79535-47bb-0310-9956-ffa450edef68
* Remove getDomainNamerfeng2010-02-092-16/+0
| | | | 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-093-75/+40
| | | | | | 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-7/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2010-02-091-58/+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-2/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907810 13f79535-47bb-0310-9956-ffa450edef68
* Fix domain name calculationantelder2010-01-291-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904492 13f79535-47bb-0310-9956-ffa450edef68
* Fix the node tests by using a consistent domain name everywhere and using ↵antelder2010-01-231-2/+2
| | | | | | NodeFactory.getInstance instead of newInstance, change the default domain name to be simply 'default', add all the node itests back into the build as they work now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902401 13f79535-47bb-0310-9956-ffa450edef68
* Add a mehod to create a node with a uri and composite to match the uri only ↵antelder2010-01-231-0/+7
| | | | | | method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902397 13f79535-47bb-0310-9956-ffa450edef68
* Change Node getInstance/newInstance methods so that newInstance really ↵antelder2010-01-181-56/+39
| | | | | | creates a new instance, and getInstance returns the singleton instance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900354 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to Node to replicate whats in DomainNode so i can get rid of ↵antelder2010-01-132-0/+34
| | | | | | 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
* Moving 2.x trunklresende2009-11-2022-0/+2118
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68