Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-850

Infinite Loop when WSDL imports Schema and BPEL imports the same Schema.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.2, 1.3.3, 1.3.4
    • 1.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.

      Attachments

        Activity

          People

            kingargyle David Carver
            kingargyle David Carver
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: