summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-19TUSCANY-3092 build top level composite rather than the individual composites ↵slaws2-40/+27
that it contains git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786558 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17Start to play with JMX management for SCA nodesrfeng3-0/+115
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785857 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17Add a LifeCycleListener interface so that extension points or extension can ↵rfeng1-22/+5
be called back upon the start/stop of the extension point registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785699 13f79535-47bb-0310-9956-ffa450edef68
2009-06-12Add back in the getServiceEndpoints methodantelder2-0/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784056 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11TUSCANY-3015, fix testcase so it works when run in diarectory that contains ↵antelder1-3/+5
a space in its name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783763 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10Remove unused getEndpoints() methodrfeng2-43/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783578 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10Fix URI double-escaping issuerfeng2-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783576 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08Make ExtensionPointRegistry available to AssemblyFactory so that it can ↵rfeng1-1/+1
create Endpoint2/EndpointReference2 with the registry for looking up a processor to provide EP/EPR XML marshaling and unmarshaling git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782818 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08Move EndpointRegistry from assembly to core-spirfeng1-6/+7
Add EndpointListener git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782804 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08Update the SCAClient impl to work with multiple nodes in a domainantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782588 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01Correct the NodeFactoryImpl use of the message properties fileantelder2-1/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780641 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29Fix for unguarded access to compositeActivator.getDomainComposite() in ↵edwardsmj1-11/+13
stop() method of NodeImpl which causes NPE in situations where start() completes with ContributionReadException (and similar error exceptions) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779992 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28Removed unnecessary reference to Impl class RuntimeComponentServiceImpledwardsmj1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779599 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28Start of a way to get at the endpoints in a Nodeantelder2-0/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779462 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28Expose the setting of schema validation to subclassesrfeng1-9/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779378 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Add optional life cycle control for extension points (for example, RMI ↵rfeng2-4/+12
extension point needs to unexport the registry) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778955 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Refactor the contribution scanner to take Contribution as an argumentrfeng1-17/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778953 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng1-5/+9
Adding an OSGi service registry based ExtensionPointRegistry implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776759 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Expose extension point registery rfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776393 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Change the NodeFactoryImpl to be capable of hosting multiple instances of ↵rfeng4-565/+644
SCA node in the same JVM and align the OSGiNodeFactoryImpl to that feature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776383 13f79535-47bb-0310-9956-ffa450edef68
2009-05-16Decouple node-impl from sca-client-implantelder1-13/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775426 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Adding support for <baseURI> element of binding base uri configurationrfeng3-2/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775370 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Add the processor to read the node configuration in the ATOM formatrfeng1-0/+160
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775325 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Push down some of the createNode() methods to NodeFactory and only require ↵rfeng2-64/+2
the createNode(NodeConfiguration) to be implemented by subclasses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775283 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Update NodeUtil and add a test caserfeng2-20/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775282 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Enable more test casesrfeng2-27/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775004 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Integrate the NodeConfiguration with NodeImplrfeng3-230/+211
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774994 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Start to integrate the node configuration with NodeImplrfeng3-31/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774854 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13Add the StAX processor for NodeConfigurationrfeng6-0/+672
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774146 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ↵lresende1-4/+12
of the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774067 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773810 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Merge in the node-impl-2 changes to simplify the node by not requiring ↵antelder2-232/+324
implementation-node and using the workspace as the contribution service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773509 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Removed unneeded imported that causes my compile to failslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773036 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Updates and additions to add preResolve phase to contribution processing ↵edwardsmj1-10/+33
(See TUSCANY-3012) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772951 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Fix for when domain name is nullantelder1-2/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772141 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Continue exploring sca client api with a new module for the client ↵antelder3-35/+5
implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772115 13f79535-47bb-0310-9956-ffa450edef68
2009-05-01Add the check for deployment composite from the XML string valuerfeng1-92/+112
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770779 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28Fix to NodeImpl for TUSCANY-2989 - now resolves a supplied composite with an ↵edwardsmj1-11/+37
absolute URI outside any contribution against the first supplied contribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769564 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15Update the node-impl to use DefinitionsExtensionPoint to load definitionsrfeng1-2/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765417 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07Initial support for the SCAClient API, probably better ways we can do this ↵antelder3-1/+43
but this is the simplest way to get it working as a starting point git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762760 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27Add an option to control is schema validation should be enabledrfeng1-73/+96
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759329 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws1-3/+13
required to exploit the model in the runtime up to the point were the old EndpointReference is retrieved from a wire. The next step is to convert this over too and exploit the new endpoint references fully. There is still tidying to do (search for TODO - EPR) in particular I haven't removed any of the old files yet. So beware don't put changes into CompositeActivator or RuntimeWire as the runtime isn't using them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756070 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12Rename the constantrfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753068 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Support the SCA property value based on the OASIS syntaxrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751079 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende3-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05Avoid the NPErfeng1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750340 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05More changes to switch SCA namespace from osoa version to oasis onerfeng1-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
2009-03-04Updates to node-impl to use OASIS namespaces/schemalresende3-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750238 13f79535-47bb-0310-9956-ffa450edef68
2009-02-26CHange webapp host so it doesn't need any static singleton (TUSCANY-2881) ↵antelder1-0/+4
and make webapp host only be used if no other hosts (like jetty) are in the classpath git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748109 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68