summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-26Delete and redo release branchantelder1-0/+0
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
2009-09-22Add an operation that dumps out the domain composite as a string. Am using fo...slaws1-1/+24
2009-09-18Remove the need of subclassing Proxy and JXM so that Tuscany can run on Googl...rfeng1-4/+7
2009-08-12Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng1-1/+2
2009-08-05Provide access to the domain composite for testing purposesslaws1-0/+4
2009-07-28Remove the default contents of he thread message context just in case that th...slaws1-0/+3
2009-07-16Refactor the OSGi discovery service into node-implementation-osgi rfeng1-3/+24
2009-07-15Add getUtility by key to UtilityExtensionPointrfeng1-1/+2
2009-07-11TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder1-2/+1
2009-07-08Include the domain name in the start log message antelder1-1/+1
2009-06-19Only unregister the MBean if it's registeredrfeng1-7/+15
2009-06-19TUSCANY-3092 build top level composite rather than the individual composites ...slaws1-28/+19
2009-06-17Start to play with JMX management for SCA nodesrfeng1-0/+30
2009-06-12Add back in the getServiceEndpoints methodantelder1-0/+29
2009-06-10Remove unused getEndpoints() methodrfeng1-30/+0
2009-06-08Move EndpointRegistry from assembly to core-spirfeng1-6/+7
2009-06-08Update the SCAClient impl to work with multiple nodes in a domainantelder1-1/+1
2009-05-29Fix for unguarded access to compositeActivator.getDomainComposite() in stop()...edwardsmj1-11/+13
2009-05-28Removed unnecessary reference to Impl class RuntimeComponentServiceImpledwardsmj1-3/+5