[ 
https://issues.apache.org/jira/browse/ODE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879955#action_12879955
 ] 

Hudson commented on ODE-850:
----------------------------

Integrated in ODE-trunk #301 (See 
[http://hudson.zones.apache.org/hudson/job/ODE-trunk/301/])
    ODE-850 fix infinite loop that can occur on WSDLs that import XSDs by 
schemaLocation.


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

Reply via email to