summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-api/src/main/java/org/apache/tuscany/sca/node (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-02Add ablity to specify endpoint descriptions in node.xml for local domain ↵rfeng2-0/+15
registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209634 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add the ablity to load the contributions/composite for a given node ↵rfeng2-4/+47
configuration without starting the node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172881 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Allow the look up of endpoint address by component/service/binding name from ↵rfeng2-0/+18
the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Change default of startDeployables to be true so that they're started by ↵antelder1-1/+1
default if this attribute isn't specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095170 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications ↵lresende4-4/+100
to tap to it and provide services that require introspecting node metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086667 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Bring up the servlet-scoped node start/stop with Spring MVCrfeng1-2/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083940 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Allow the spring component to receive parent application context from the ↵rfeng2-1/+33
composite context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083938 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08More quiet logging changes, update use of properties to not interfere with ↵antelder1-2/+0
registry config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068545 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Add setAutoDestroy methdodantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058187 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29Add extra contribution attributes. these are currently only supported by the ↵antelder2-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
2010-08-31Add a test case showing how to register a ProviderFactory instance. Minor ↵jsdelfino1-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
2010-05-18Avoid NPE by not setting null in domain nameantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945640 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Add missing adds to static factoriesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945551 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28mark additional classes as extension spi according to use by host* extensionskelvingoodson3-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938958 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26Avoid empty default domain nameantelder1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937977 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update NodeFactory to set the default domain name propertyantelder1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937885 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21When config null then return noargs newInstance so it gets initialized with ↵antelder1-1/+1
the default properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936268 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21Fix up properties parsingantelder1-15/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936187 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15Fix properties file url readingantelder1-7/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934403 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15Initialize the properties to avoid any NPEantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934332 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15Start adding support for configureing the runtime (NodeFactory) via some ↵antelder1-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
2010-04-13Add a NodeFactory newInstance method that takes a Properties object instead ↵antelder1-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
2010-03-16Add way to keep track of Nodes created by the factoryantelder1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923618 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-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
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng1-1/+1
configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Add a test for remote invocations between nodes created from two different ↵rfeng1-0/+2
node factories git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916838 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13Start to make extension points/extensions configurable from ↵rfeng1-16/+42
NodeFactory/ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909678 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Rename configURI to domainRegistryURIrfeng1-15/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909180 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Remove getDomainNamerfeng2-16/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908247 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Remove org.apache.tuscany.sca.node.Client and merge the methods into ↵rfeng3-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
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng2-7/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Remove unused coderfeng1-58/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908159 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08Generate unique Node URI if it's not set in the NodeConfigurationrfeng1-2/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907810 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Fix domain name calculationantelder1-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904492 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23Fix the node tests by using a consistent domain name everywhere and using ↵antelder1-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
2010-01-23Add a mehod to create a node with a uri and composite to match the uri only ↵antelder1-0/+7
method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902397 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18Change Node getInstance/newInstance methods so that newInstance really ↵antelder1-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
2010-01-13Add methods to Node to replicate whats in DomainNode so i can get rid of ↵antelder2-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
2009-11-20Moving 2.x trunklresende18-0/+1848
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68