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
This commit is contained in:
parent
ff1155c2fc
commit
865e5cb3ee
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue