summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl/src/main/java/org/apache/tuscany/sca/node/impl/NodeImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
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 Nodeantelder1-0/+28
2009-05-27Add optional life cycle control for extension points (for example, RMI extens...rfeng1-3/+0
2009-05-19Expose extension point registery rfeng1-0/+5
2009-05-19Change the NodeFactoryImpl to be capable of hosting multiple instances of SCA...rfeng1-556/+51
2009-05-16Decouple node-impl from sca-client-implantelder1-13/+8
2009-05-15Integrate the NodeConfiguration with NodeImplrfeng1-219/+125
2009-05-14Start to integrate the node configuration with NodeImplrfeng1-25/+27
2009-05-12TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder1-1/+1
2009-05-11Merge in the node-impl-2 changes to simplify the node by not requiring implem...antelder1-232/+170
2009-05-08Removed unneeded imported that causes my compile to failslaws1-1/+0
2009-05-08Updates and additions to add preResolve phase to contribution processing (See...edwardsmj1-10/+33
2009-05-06Fix for when domain name is nullantelder1-2/+12
2009-05-06Continue exploring sca client api with a new module for the client implementa...antelder1-0/+5
2009-05-01Add the check for deployment composite from the XML string valuerfeng1-92/+112
2009-04-28Fix to NodeImpl for TUSCANY-2989 - now resolves a supplied composite with an ...edwardsmj1-11/+37
2009-04-15Update the node-impl to use DefinitionsExtensionPoint to load definitionsrfeng1-2/+9
2009-04-07Initial support for the SCAClient API, probably better ways we can do this bu...antelder1-1/+8
2009-03-27Add an option to control is schema validation should be enabledrfeng1-73/+96
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes r...slaws1-3/+13
2009-03-12Rename the constantrfeng1-3/+3
2009-03-06Support the SCA property value based on the OASIS syntaxrfeng1-1/+1
2009-03-05Avoid the NPErfeng1-4/+4
2009-03-05More changes to switch SCA namespace from osoa version to oasis onerfeng1-1/+18
2009-02-26CHange webapp host so it doesn't need any static singleton (TUSCANY-2881) and...antelder1-0/+4
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng1-2/+2
2009-02-20Update NodeImpl so it works with webapps passing in the web.composite content...antelder1-8/+8
2009-02-17Remove the use of tempuri.orgrfeng1-2/+4
2009-02-03Comment out the excessive loggingrfeng1-3/+3
2009-02-02TUSCANY-2801 - Create a SystemContribution to hold data from definitions.xml ...slaws1-24/+79
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack1-3/+3
2008-12-04Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng1-6/+6
2008-11-21Simplify the Node API for a common default case so that creating a Node for s...antelder1-0/+65
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende1-0/+0
2008-10-27Bring up calculator-osgi using equinox run configrfeng1-2/+7
2008-10-14Remove SCA prefix from Defintions modelrfeng1-22/+12
2008-10-13Refactored contribution exceptions, moved them to the contribution.processor ...jsdelfino1-1/+1
2008-10-10Fixed compile errors.jsdelfino1-5/+54
2008-10-09Work in progress. Fixed implementation of NodeImpl, now working without depen...jsdelfino1-27/+19
2008-10-09Work in progress. Continued to clean up cross bundle dependencies on implemen...jsdelfino1-191/+131
2008-10-06Work in progress. Started to clean up cross-bundle dependencies on Contributi...jsdelfino1-349/+142
2008-09-17TUSCANY-2598: Apply fix from Dave Sowerby to support zip protocol typejsdelfino1-0/+6
2008-09-12Creating a branch for the equinox work.jsdelfino1-0/+0
2008-09-11Renaming branchlresende1-0/+0
2008-09-11Renaming branchlresende1-0/+0
2008-09-11Branch before trunk cleanuplresende1-0/+0
2008-09-09TUSCANY-2587 - change the name of promoted services so that the component nam...slaws1-1/+1
2008-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to node...rfeng1-2/+7
2008-08-18Fix the webapp regression where the no explicit deployable composite is passe...rfeng1-59/+49