summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 11:07:00 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 11:07:00 +0000
commit865e5cb3ee77754dd5688ea916a897aca91dd6cd (patch)
tree01e12cb6dcc685ed519a05b0d9d5856146c42081 /sca-java-2.x
parentff1155c2fcdda87fe3b2ca4157210e07bd20bcb4 (diff)
TUSCANY-3480 revert this workaround as this in not the root cause of the problems we see in the otests.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java b/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java
index ae90442e4a..5a76a0aed3 100644
--- a/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java
+++ b/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java
@@ -514,9 +514,7 @@ public class EndpointReferenceBinderImpl implements EndpointReferenceBinder {
// if there are unresolved intents the service and reference don't match
if (eprIntents.size() > 0){
matchAudit.append("No match because there are unresolved intents " + eprIntents.toString() + " ");
-// FIXME: TUSCANY-3480, this should return false but as the code isn't finished for now let it go and return true
-// return false;
- return true;
+ return false;
}
// if there are no policy sets on epr or ep side then