Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.0-beta2
-
None
-
None
Description
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.