[ https://issues.apache.org/jira/browse/ODE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tammo van Lessen updated ODE-850: --------------------------------- Fix Version/s: (was: 1.3.5) 1.4 > Infinite Loop when WSDL imports Schema and BPEL imports the same Schema. > ------------------------------------------------------------------------ > > Key: ODE-850 > URL: https://issues.apache.org/jira/browse/ODE-850 > Project: ODE > Issue Type: Bug > Components: BPEL Compilation/Parsing > Affects Versions: 1.3.2, 1.3.3, 1.3.4 > Reporter: David Carver > Assignee: David Carver > Fix For: 1.4 > > > 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.