summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve the XML schema validation to enable XSDs in other modulesrfeng2009-08-111-0/+1
* TUSCANY-3020 - when definitions are aggregated together check that there are ...slaws2009-08-101-2/+8
* Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws2009-08-081-5/+5
* Better handling of case where contribution import is not satisfied, to avoid ...edwardsmj2009-08-071-6/+7
* Provide access to the domain composite for testing purposesslaws2009-08-051-0/+4
* Don't let serious schema validation errors pass to fix for OASIS 120013antelder2009-08-051-1/+1
* Remove the default contents of he thread message context just in case that th...slaws2009-07-281-0/+3
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2111-1148/+1148
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-162-73/+90
* Add getUtility by key to UtilityExtensionPointrfeng2009-07-152-4/+4
* TUSCANY-3134 - Fixing obsolete Tuscany namespace, trying to resolve BPEL iTes...lresende2009-07-121-1/+1
* 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
* Fix the merge of definitionsrfeng2009-07-071-1/+1
* Use node URI as the object namerfeng2009-06-291-4/+4
* Use the QName as the key for binding base URIsrfeng2009-06-251-10/+8
* Test to push down the default binding configuration into the URI builders so ...slaws2009-06-241-1/+13
* Only unregister the MBean if it's registeredrfeng2009-06-192-7/+25
* TUSCANY-3092 build top level composite rather than the individual composites ...slaws2009-06-192-40/+27
* Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng2009-06-181-1/+2
* Start to play with JMX management for SCA nodesrfeng2009-06-173-0/+115
* Add a LifeCycleListener interface so that extension points or extension can b...rfeng2009-06-171-22/+5
* Add back in the getServiceEndpoints methodantelder2009-06-122-0/+43
* TUSCANY-3015, fix testcase so it works when run in diarectory that contains a...antelder2009-06-111-3/+5
* Remove unused getEndpoints() methodrfeng2009-06-102-43/+0
* Fix URI double-escaping issuerfeng2009-06-102-0/+5
* Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng2009-06-081-1/+1
* 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
* Correct the NodeFactoryImpl use of the message properties fileantelder2009-06-012-1/+23
* 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-282-0/+41
* Expose the setting of schema validation to subclassesrfeng2009-05-281-9/+15
* Add optional life cycle control for extension points (for example, RMI extens...rfeng2009-05-272-4/+12
* Refactor the contribution scanner to take Contribution as an argumentrfeng2009-05-271-17/+23
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-201-5/+9
* Expose extension point registery rfeng2009-05-191-0/+5
* Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng2009-05-194-565/+644
* Start merging binding-sca into assembly and creating a binding-sca-runtime mo...antelder2009-05-171-1/+1
* Decouple node-impl from sca-client-implantelder2009-05-163-21/+8
* Adding support for <baseURI> element of binding base uri configurationrfeng2009-05-153-2/+20
* Add the processor to read the node configuration in the ATOM formatrfeng2009-05-151-0/+160
* Push down some of the createNode() methods to NodeFactory and only require th...rfeng2009-05-152-64/+2
* Update NodeUtil and add a test caserfeng2009-05-152-20/+59
* Enable more test casesrfeng2009-05-152-27/+37
* Integrate the NodeConfiguration with NodeImplrfeng2009-05-154-230/+212
* Start to integrate the node configuration with NodeImplrfeng2009-05-143-31/+72
* Add the StAX processor for NodeConfigurationrfeng2009-05-137-0/+673
* TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ...lresende2009-05-121-4/+12