summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-api (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende1-3/+3
2012-02-13Bump up the date in the NOTICE fileantelder1-1/+1
2011-12-02Add ablity to specify endpoint descriptions in node.xml for local domain regi...rfeng2-0/+15
2011-09-19Add the ablity to load the contributions/composite for a given node configura...rfeng2-4/+47
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng2-0/+18
2011-04-20Adding proper version to exported packagelresende1-1/+1
2011-04-20Fix a few dependenciesrfeng1-1/+2
2011-04-19Change default of startDeployables to be true so that they're started by defa...antelder1-1/+1
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications t...lresende6-7/+110
2011-03-21Bring up the servlet-scoped node start/stop with Spring MVCrfeng1-2/+10
2011-03-21Allow the spring component to receive parent application context from the com...rfeng2-1/+33
2011-02-08More quiet logging changes, update use of properties to not interfere with re...antelder1-2/+0
2011-01-12Add setAutoDestroy methdodantelder1-0/+3
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
2010-09-29Add extra contribution attributes. these are currently only supported by the ...antelder2-0/+72
2010-08-31Add a test case showing how to register a ProviderFactory instance. Minor cle...jsdelfino1-0/+7
2010-05-18Avoid NPE by not setting null in domain nameantelder1-1/+3
2010-05-18Add missing adds to static factoriesantelder1-0/+2
2010-05-12Updating Copyright Year in NOTICE fileslresende1-1/+1
2010-04-28mark additional classes as extension spi according to use by host* extensionskelvingoodson3-0/+3
2010-04-26Avoid empty default domain nameantelder1-1/+5
2010-04-25Update NodeFactory to set the default domain name propertyantelder1-1/+4
2010-04-21When config null then return noargs newInstance so it gets initialized with t...antelder1-1/+1
2010-04-21Fix up properties parsingantelder1-15/+31
2010-04-15Fix properties file url readingantelder1-7/+8
2010-04-15Initialize the properties to avoid any NPEantelder1-1/+1
2010-04-15Start adding support for configureing the runtime (NodeFactory) via some prop...antelder1-17/+85
2010-04-13Add a NodeFactory newInstance method that takes a Properties object instead o...antelder1-0/+24
2010-03-16Add way to keep track of Nodes created by the factoryantelder1-0/+8
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-1/+1
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng1-1/+1
2010-02-26Add a test for remote invocations between nodes created from two different no...rfeng1-0/+2
2010-02-13Start to make extension points/extensions configurable from NodeFactory/Servi...rfeng1-16/+42
2010-02-11Rename configURI to domainRegistryURIrfeng1-15/+6
2010-02-09Remove getDomainNamerfeng2-16/+0
2010-02-09Remove org.apache.tuscany.sca.node.Client and merge the methods into org.apac...rfeng3-75/+40
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng2-7/+1
2010-02-09Remove unused coderfeng1-58/+0
2010-02-08Generate unique Node URI if it's not set in the NodeConfigurationrfeng1-2/+7
2010-01-29Fix domain name calculationantelder1-3/+6
2010-01-23Fix the node tests by using a consistent domain name everywhere and using Nod...antelder1-2/+2
2010-01-23Add a mehod to create a node with a uri and composite to match the uri only m...antelder1-0/+7
2010-01-18Change Node getInstance/newInstance methods so that newInstance really create...antelder1-56/+39
2010-01-13Add methods to Node to replicate whats in DomainNode so i can get rid of that...antelder2-0/+34
2009-11-20Moving 2.x trunklresende22-0/+2118