You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "David Carver (JIRA)" <ji...@apache.org> on 2010/06/18 00:23:26 UTC

[jira] Updated: (ODE-850) Infinite Loop when WSDL imports Schema and BPEL imports the same Schema.

     [ https://issues.apache.org/jira/browse/ODE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Carver updated ODE-850:
-----------------------------

    Assignee: David Carver

> 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.3.5
>
>
> 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.