Malformed binding uris cause problems in wire builder
-----------------------------------------------------
Key: TUSCANY-2459
URL: https://issues.apache.org/jira/browse/TUSCANY-2459
Project: Tuscany
Issue Type: Bug
Components: Java SCA Core Runtime
Affects Versions: Java-SCA-1.3
Environment: WinXP SP2 IBM JDK5
Reporter: Simon Laws
Fix For: Java-SCA-1.3
In BaseWireBuilderImpl.createComponentReferenceTargets() there is code that
uses java.net.URI to process the binding uri to see if it's a target service
name. as this uri may not be a valid URI we need to catch the exception here
and just assume that a target name is not present if an exception is thrown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.