ADB should report warning or error when encountering a mixedType
----------------------------------------------------------------
Key: AXIS2-3912
URL: https://issues.apache.org/jira/browse/AXIS2-3912
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Components: adb
Affects Versions: 1.4
Reporter: Jake Goulding
I have a schema that uses a complex type with mixed content:
<xs:element name="description">
<xs:complexType mixed="true"/>
</xs:element>
However, ADB doesn't support this, and the error is manifested at run-time as:
org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException:
Unexpected subelement node
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]