summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the remoteEndpoints configuration for node.xml to define statically-confi...rfeng2012-07-263-14/+180
* Add ablity to specify endpoint descriptions in node.xml for local domain regi...rfeng2011-12-022-2/+26
* Move the addNode to load() so that the import/export can be resolvedrfeng2011-09-201-1/+2
* Add the ablity to load the contributions/composite for a given node configura...rfeng2011-09-192-40/+65
* Flush the XML stream writerslaws2011-06-101-1/+5
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-161-3/+3
* Allows the lookup of services by interface (service name == null) from a noderfeng2011-05-111-10/+27
* Allow the look up of endpoint address by component/service/binding name from ...rfeng2011-04-201-0/+34
* TUSCANY-3496 - Adding extensibility to node api to allow other applications t...lresende2011-03-292-34/+183
* Bring up the servlet-scoped node start/stop with Spring MVCrfeng2011-03-211-2/+5
* Allow the spring component to receive parent application context from the com...rfeng2011-03-211-0/+2
* Performance enhancement - only look up factories when requiredantelder2011-03-101-7/+8
* TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ...antelder2011-03-101-0/+2
* TUSCANY-3842 only calculate the domain composite the first time a node is sta...slaws2011-03-081-9/+15
* Fix another quiet logging bug and add the start of a testantelder2011-02-091-1/+2
* More quiet logging updatesantelder2011-02-082-3/+6
* Add setAutoDestroy methdodantelder2011-01-121-8/+5
* Code now moved to deployerslaws2010-11-301-53/+1
* Just tidy layout of line. slaws2010-11-301-4/+3
* Get the Shell invoke function working and add a services command to show the ...antelder2010-11-171-41/+2
* Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder2010-10-251-2/+0
* Update the node xml processor to support reading the extra attributesantelder2010-09-291-0/+10
* Fix the base URI displayrfeng2010-09-081-1/+0
* Allow the contributions list to be retrieve from a Nodeslaws2010-09-031-1/+1
* Remove reference to hidden NodeConfigurationImpl type that causes error due t...slaws2010-08-311-2/+4
* Add a test case showing how to register a ProviderFactory instance. Minor cle...jsdelfino2010-08-311-0/+8
* Allow binding name to be used to look up services implemented by SCA compositerfeng2010-06-291-2/+13
* Updaqte to only consider Nodes in the same domainantelder2010-05-181-6/+8
* Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory a...antelder2010-05-182-6/+38
* Add testcase for properties and add properties to the attributesantelder2010-04-211-2/+9
* Set the runtime properties in the extension to make them available across the...antelder2010-04-151-0/+3
* Add duplication check for SCA configurationsrfeng2010-04-141-23/+22
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws2010-04-082-2/+17
* Improve the IP address binding to be based on the host from the urirfeng2010-03-142-10/+8
* Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng2010-03-021-1/+1
* Start to make extension points/extensions configurable from NodeFactory/Servi...rfeng2010-02-131-5/+16
* Avoid unucessary loop iterations after component is foundlresende2010-02-121-0/+1
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-101-1/+2
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-092-4/+4
* Remove getDomainNamerfeng2010-02-091-20/+1
* Remove org.apache.tuscany.sca.node.Client and merge the methods into org.apac...rfeng2010-02-091-2/+1
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-092-4/+0
* Remove unused coderfeng2010-02-091-5/+0
* Generate unique Node URI if it's not set in the NodeConfigurationrfeng2010-02-081-0/+4
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-031-2/+2
* Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng2010-01-292-6/+7
* The code for build time matching. To actually use this we need to create a bu...slaws2010-01-151-1/+64
* Add methods to Node to replicate whats in DomainNode so i can get rid of that...antelder2010-01-131-0/+21
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-111-1/+1
* Moving 2.x trunklresende2009-11-207-0/+1301