summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-07Official Tuscany 2.0.1 Releaselresende1-443/+0
2013-09-302.0.1 RC1 release taglresende1-0/+0
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2012-02-08Tag for rc0 preview of beta4 releaseantelder1-0/+0
2011-12-02Add ablity to specify endpoint descriptions in node.xml for local domain regi...rfeng1-1/+14
2011-09-20Move the addNode to load() so that the import/export can be resolvedrfeng1-1/+2
2011-09-19Add the ablity to load the contributions/composite for a given node configura...rfeng1-40/+46
2011-06-10Flush the XML stream writerslaws1-1/+5
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-3/+3
2011-05-11Allows the lookup of services by interface (service name == null) from a noderfeng1-10/+27
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng1-0/+34
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications t...lresende1-34/+51
2011-03-21Allow the spring component to receive parent application context from the com...rfeng1-0/+2
2011-03-10Performance enhancement - only look up factories when requiredantelder1-7/+8
2011-03-10TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ...antelder1-0/+2
2011-03-08TUSCANY-3842 only calculate the domain composite the first time a node is sta...slaws1-9/+15
2011-02-08More quiet logging updatesantelder1-2/+2
2010-11-30Just tidy layout of line. slaws1-4/+3
2010-11-17Get the Shell invoke function working and add a services command to show the ...antelder1-41/+2
2010-10-25Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder1-2/+0
2010-09-03Allow the contributions list to be retrieve from a Nodeslaws1-1/+1
2010-06-29Allow binding name to be used to look up services implemented by SCA compositerfeng1-2/+13
2010-05-18Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory a...antelder1-0/+4
2010-04-14Add duplication check for SCA configurationsrfeng1-23/+22
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws1-2/+7
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-4/+4
2010-02-12Avoid unucessary loop iterations after component is foundlresende1-0/+1
2010-02-09Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng1-2/+2
2010-02-09Remove getDomainNamerfeng1-20/+1
2010-02-09Remove org.apache.tuscany.sca.node.Client and merge the methods into org.apac...rfeng1-2/+1
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-3/+0
2010-02-09Remove unused coderfeng1-5/+0
2010-02-03Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng1-2/+2
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng1-5/+5
2010-01-13Add methods to Node to replicate whats in DomainNode so i can get rid of that...antelder1-0/+21
2009-11-20Moving 2.x trunklresende1-0/+0
2009-11-18Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng1-0/+2
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng1-3/+1
2009-10-22Removing references to management class which is restricted in app engine env...lresende1-2/+6
2009-10-21Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng1-4/+4
2009-10-21Set the monitor to ValidatingXMLStreamReaderrfeng1-7/+13
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-3/+6
2009-10-09Add capability to read domainRegistry and other optionsrfeng1-0/+5
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-4/+11
2009-10-05Further refactor the CompositeContext to be the place to hold information abo...rfeng1-1/+3
2009-10-05Use Tuscany extensibility to create XMLOutputFactoryrfeng1-1/+4
2009-10-02Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng1-18/+23
2009-09-30Relax the Monitor/Problem interfaces to take Throwable and Obbject...rfeng1-2/+1
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng1-3/+3
2009-09-22Dump out nested composites also. slaws1-4/+19