summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-04Add matching algorithm narativeslaws1-3/+12
2010-03-03TUSCANY-3480 revert this workaround as this in not the root cause of the prob...slaws1-3/+1
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng1-1/+14
2010-03-02TUSCANY-3480, temporarily don't fail on unmatched intentsantelder1-1/+3
2010-03-01Check that intents are properly satisfied, particularly in the qualified inte...slaws1-1/+30
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng1-16/+14
2010-02-19Align the interfaceContractMapper to the specrfeng1-1/+1
2010-02-01Fix a couple of typos in commentsslaws1-2/+2
2010-01-25Some tidying of error handling and add ability to print out reason match fail...slaws1-86/+82
2010-01-25Update the matching algorithm to take account of the binding configuration on...slaws1-70/+198
2010-01-21Workaround to JavaCAA oTest regressions JCA_8007_TestCase and JCA_8011_TestCaselresende1-7/+39
2010-01-20Update to the latest version of OSGi Remote Service Adminrfeng1-1/+3
2010-01-18Add policy matching algorithm. Still a couple of TODOs here. Also there is no...slaws1-83/+63
2010-01-14Remove unused line of code and correct commentslaws1-4/+4
2010-01-10TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching code...slaws1-119/+182
2009-12-11TUSCANY-3392 first set of code changes to move the endpoint matching into one...slaws1-11/+167
2009-11-20Moving 2.x trunklresende1-0/+0
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng1-1/+1
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-26/+14
2009-10-07Fix NPE due to typo in if testantelder1-1/+1
2009-09-29Refactor tuscany-endpoint module into tuscany-corerfeng1-1/+1
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng1-3/+8
2009-09-23tidy importsslaws1-10/+0
2009-08-28Update to add a method to check if a wire target is out of date compared to t...antelder1-0/+9
2009-08-27Add policy matching to the endpoint builder and prepare for problems to be ra...slaws1-43/+164
2009-08-08Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws1-316/+72
2009-07-21Remove code that has been refactored. slaws1-29/+1
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng1-8/+8
2009-06-19TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...slaws1-4/+16
2009-06-17Add a LifeCycleListener interface so that extension points or extension can b...rfeng1-22/+26
2009-06-15TUSCANY-3093 - changes required to pass the callback endpoint URI in the from...slaws1-26/+73
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws1-19/+19
2009-06-10Add uri to Endpoint/EndpointReferencerfeng1-7/+20
2009-06-08Move EndpointRegistry from assembly to core-spirfeng1-89/+83
2009-06-08TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws1-91/+67
2009-05-08Add missing endpoint clone and add helloworld-bpel back into the build. The m...slaws1-6/+9
2009-03-19Remove unused importsrfeng1-2/+0
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes r...slaws1-368/+38
2009-03-16Changes to allow $self$ references to have endpoint references. However main ...slaws1-0/+741