summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl/src (unfollow)
Commit message (Expand)AuthorFilesLines
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-09-14Fix compilation errorrfeng1-3/+3
2009-09-14Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng1-2/+2
2009-08-30Include domain name in log messageantelder1-1/+1
2009-08-28Enable setting configuration on the NodeFactoryImplantelder1-0/+14
2009-08-18Raise an error if two composites with the same name are found (ASM_6001). Als...slaws1-2/+2
2009-08-12Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng6-371/+28
2009-08-12Feed the monitor through into model resolvers should they wish to use it.slaws1-2/+2
2009-08-11Improve the XML schema validation to enable XSDs in other modulesrfeng1-0/+1
2009-08-10TUSCANY-3020 - when definitions are aggregated together check that there are ...slaws1-2/+8
2009-08-08Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws1-5/+5
2009-08-07Better handling of case where contribution import is not satisfied, to avoid ...edwardsmj1-6/+7
2009-08-05Provide access to the domain composite for testing purposesslaws1-0/+4
2009-08-05Don't let serious schema validation errors pass to fix for OASIS 120013antelder1-1/+1
2009-07-28Remove the default contents of he thread message context just in case that th...slaws1-0/+3
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng11-1148/+1148
2009-07-16Refactor the OSGi discovery service into node-implementation-osgi rfeng2-73/+90
2009-07-15Add getUtility by key to UtilityExtensionPointrfeng2-4/+4
2009-07-12TUSCANY-3134 - Fixing obsolete Tuscany namespace, trying to resolve BPEL iTes...lresende1-1/+1
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-07-07Fix the merge of definitionsrfeng1-1/+1
2009-06-29Use node URI as the object namerfeng1-4/+4
2009-06-25Use the QName as the key for binding base URIsrfeng1-10/+8
2009-06-24Test to push down the default binding configuration into the URI builders so ...slaws1-1/+13
2009-06-19Only unregister the MBean if it's registeredrfeng2-7/+25
2009-06-19TUSCANY-3092 build top level composite rather than the individual composites ...slaws2-40/+27
2009-06-17Start to play with JMX management for SCA nodesrfeng3-0/+115
2009-06-17Add a LifeCycleListener interface so that extension points or extension can b...rfeng1-22/+5
2009-06-12Add back in the getServiceEndpoints methodantelder2-0/+43
2009-06-11TUSCANY-3015, fix testcase so it works when run in diarectory that contains a...antelder1-3/+5
2009-06-10Remove unused getEndpoints() methodrfeng2-43/+0
2009-06-10Fix URI double-escaping issuerfeng2-0/+5
2009-06-08Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng1-1/+1
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-06-01Correct the NodeFactoryImpl use of the message properties fileantelder2-1/+23
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 Nodeantelder2-0/+41
2009-05-28Expose the setting of schema validation to subclassesrfeng1-9/+15
2009-05-27Add optional life cycle control for extension points (for example, RMI extens...rfeng2-4/+12
2009-05-27Refactor the contribution scanner to take Contribution as an argumentrfeng1-17/+23
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng1-5/+9
2009-05-19Expose extension point registery rfeng1-0/+5
2009-05-19Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng4-565/+644
2009-05-16Decouple node-impl from sca-client-implantelder1-13/+8
2009-05-15Adding support for <baseURI> element of binding base uri configurationrfeng3-2/+20
2009-05-15Add the processor to read the node configuration in the ATOM formatrfeng1-0/+160