summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeImpl.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-201-369/+0
* Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng2009-11-181-0/+2
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng2009-11-131-3/+1
* Removing references to management class which is restricted in app engine env...lresende2009-10-221-2/+6
* Refactor the deployment-related code from NodeFactoryImpl into a Deployer uti...rfeng2009-10-211-4/+4
* Set the monitor to ValidatingXMLStreamReaderrfeng2009-10-211-7/+13
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-161-3/+6
* Add capability to read domainRegistry and other optionsrfeng2009-10-091-0/+5
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-091-4/+11
* Further refactor the CompositeContext to be the place to hold information abo...rfeng2009-10-051-1/+3
* Use Tuscany extensibility to create XMLOutputFactoryrfeng2009-10-051-1/+4
* Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng2009-10-021-18/+23
* Relax the Monitor/Problem interfaces to take Throwable and Obbject...rfeng2009-09-301-2/+1
* Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng2009-09-251-3/+3
* Dump out nested composites also. slaws2009-09-221-4/+19
* Add an operation that dumps out the domain composite as a string. Am using fo...slaws2009-09-221-1/+24
* Remove the need of subclassing Proxy and JXM so that Tuscany can run on Googl...rfeng2009-09-181-4/+7
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng2009-08-121-1/+2
* Provide access to the domain composite for testing purposesslaws2009-08-051-0/+4
* Remove the default contents of he thread message context just in case that th...slaws2009-07-281-0/+3
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-161-3/+24
* Add getUtility by key to UtilityExtensionPointrfeng2009-07-151-1/+2
* TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder2009-07-111-2/+1
* Include the domain name in the start log message antelder2009-07-081-1/+1
* Only unregister the MBean if it's registeredrfeng2009-06-191-7/+15
* TUSCANY-3092 build top level composite rather than the individual composites ...slaws2009-06-191-28/+19
* Start to play with JMX management for SCA nodesrfeng2009-06-171-0/+30
* Add back in the getServiceEndpoints methodantelder2009-06-121-0/+29
* Remove unused getEndpoints() methodrfeng2009-06-101-30/+0
* Move EndpointRegistry from assembly to core-spirfeng2009-06-081-6/+7
* Update the SCAClient impl to work with multiple nodes in a domainantelder2009-06-081-1/+1
* Fix for unguarded access to compositeActivator.getDomainComposite() in stop()...edwardsmj2009-05-291-11/+13
* Removed unnecessary reference to Impl class RuntimeComponentServiceImpledwardsmj2009-05-281-3/+5
* Start of a way to get at the endpoints in a Nodeantelder2009-05-281-0/+28
* Add optional life cycle control for extension points (for example, RMI extens...rfeng2009-05-271-3/+0
* Expose extension point registery rfeng2009-05-191-0/+5
* Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng2009-05-191-556/+51
* Decouple node-impl from sca-client-implantelder2009-05-161-13/+8
* Integrate the NodeConfiguration with NodeImplrfeng2009-05-151-219/+125
* Start to integrate the node configuration with NodeImplrfeng2009-05-141-25/+27
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-1/+1
* Merge in the node-impl-2 changes to simplify the node by not requiring implem...antelder2009-05-111-232/+170
* Removed unneeded imported that causes my compile to failslaws2009-05-081-1/+0
* Updates and additions to add preResolve phase to contribution processing (See...edwardsmj2009-05-081-10/+33
* Fix for when domain name is nullantelder2009-05-061-2/+12
* Continue exploring sca client api with a new module for the client implementa...antelder2009-05-061-0/+5
* Add the check for deployment composite from the XML string valuerfeng2009-05-011-92/+112
* Fix to NodeImpl for TUSCANY-2989 - now resolves a supplied composite with an ...edwardsmj2009-04-281-11/+37
* Update the node-impl to use DefinitionsExtensionPoint to load definitionsrfeng2009-04-151-2/+9
* Initial support for the SCAClient API, probably better ways we can do this bu...antelder2009-04-071-1/+8