Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.2, 1.3.3, 1.3.4
-
None
Description
When Multiple WSDL's and the BPEL file all try to import the same XSD, the compiler goes into an infinte loop until it gets an OutOfMemory error trying to load the XSD. The issue is that the schemaLocation is beinfig used as the system Identifier instead of the namespace for the XSD. SystemIdentifer should only be used for resolution when working with a DTD, and namespace if it exists used for Schema. If no namespace is found then fall back to system identifer.
I'll attach a patch and test case that should address this issue in the next day or so.