Incorrect import/include/redefine of xml schema files
-----------------------------------------------------
Key: ODE-879
URL: https://issues.apache.org/jira/browse/ODE-879
Project: ODE
Issue Type: Bug
Components: BPEL Compilation/Parsing
Affects Versions: 2.0-beta2
Reporter: Markus Piff
ODE expects that xsd files must start with the xsd:schema element. However this
assumption is NOT valid.
E.g. http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd references a
DTD, thereby breaks ODE's assumption. This results in a schema error followed
by java.lang.IllegalArgumentException: Null model.
The problem arises when one imports a wsdl file within the bpel process, which
itself imports/includes/redefines xsd files which don't comply with the
assumption.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.