summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-20Moving 2.x trunklresende1-369/+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
2009-05-28Start of a way to get at the endpoints in a Nodeantelder1-0/+28
2009-05-27Add optional life cycle control for extension points (for example, RMI extens...rfeng1-3/+0
2009-05-19Expose extension point registery rfeng1-0/+5
2009-05-19Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng1-556/+51
2009-05-16Decouple node-impl from sca-client-implantelder1-13/+8
2009-05-15Integrate the NodeConfiguration with NodeImplrfeng1-219/+125
2009-05-14Start to integrate the node configuration with NodeImplrfeng1-25/+27
2009-05-12TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder1-1/+1
2009-05-11Merge in the node-impl-2 changes to simplify the node by not requiring implem...antelder1-232/+170
2009-05-08Removed unneeded imported that causes my compile to failslaws1-1/+0
2009-05-08Updates and additions to add preResolve phase to contribution processing (See...edwardsmj1-10/+33
2009-05-06Fix for when domain name is nullantelder1-2/+12
2009-05-06Continue exploring sca client api with a new module for the client implementa...antelder1-0/+5
2009-05-01Add the check for deployment composite from the XML string valuerfeng1-92/+112
2009-04-28Fix to NodeImpl for TUSCANY-2989 - now resolves a supplied composite with an ...edwardsmj1-11/+37
2009-04-15Update the node-impl to use DefinitionsExtensionPoint to load definitionsrfeng1-2/+9
2009-04-07Initial support for the SCAClient API, probably better ways we can do this bu...antelder1-1/+8