summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Decouple node-impl from sca-client-implantelder2009-05-161-13/+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-153-230/+211
* Start to integrate the node configuration with NodeImplrfeng2009-05-143-31/+72
* Add the StAX processor for NodeConfigurationrfeng2009-05-136-0/+672
* TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ...lresende2009-05-121-4/+12
* 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-112-232/+324
* 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-063-35/+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-073-1/+43
* Add an option to control is schema validation should be enabledrfeng2009-03-271-73/+96
* Switch over to new endpoint reference/endpoint model. These are the changes r...slaws2009-03-191-3/+13
* Rename the constantrfeng2009-03-121-3/+3
* Support the SCA property value based on the OASIS syntaxrfeng2009-03-061-1/+1
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-063-4/+4
* Avoid the NPErfeng2009-03-051-4/+4
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-051-1/+18
* Updates to node-impl to use OASIS namespaces/schemalresende2009-03-043-4/+5
* CHange webapp host so it doesn't need any static singleton (TUSCANY-2881) and...antelder2009-02-261-0/+4