Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Java-SCA-1.3
-
None
-
WinXP SP2 IBM JDK5
Description
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.