summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/context/impl/ComponentContextImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-20Moving 2.x trunklresende1-487/+0
2009-11-20Use binding name to look up servicesrfeng1-47/+55
2009-11-19Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng1-2/+1
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng1-117/+101
2009-10-15Fix JCA9001 testcase by not wrapping runtime exceptions in a ServiceRuntimExc...antelder1-0/+3
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-8/+7
2009-10-05Further refactor the CompositeContext to be the place to hold information abo...rfeng1-1/+30
2009-10-02Make CompositeActivator a stateless utility by using CompositeContext to hold...rfeng1-31/+8
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng1-4/+7
2009-08-27Add policy matching to the endpoint builder and prepare for problems to be ra...slaws1-1/+7
2009-08-08Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws1-1/+1
2009-07-22Make the not yet matched status sounds a little less terminal. Just because i...slaws1-1/+1
2009-07-21TUSCANY-3138 first tranche of changes to serialize service references in the ...slaws1-2/+3
2009-07-11TUSCANY-3138: Start of the changes to use the latest spec APIs with the remov...antelder1-3/+2
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws1-6/+6
2009-06-08TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws1-4/+4
2009-03-19Organize importsrfeng1-4/+0
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes r...slaws1-0/+37
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack1-4/+4
2008-12-05Further cleanup for ComponentContext, CompositeContextrfeng1-38/+22
2008-12-04Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng1-41/+51
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende1-0/+0
2008-09-29Pulled from trunk. TUSCANY-2281 provide a api to allow service references to ...jsdelfino1-0/+49
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-08-11Protect against NPE when InterfaceContract is nullantelder1-6/+13