You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jake Goulding (JIRA)" <ji...@apache.org> on 2008/07/15 16:29:31 UTC

[jira] Created: (AXIS2-3912) ADB should report warning or error when encountering a mixedType

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-3912) ADB should report warning or error when encountering a mixedType

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-3912:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> 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
>            Assignee: Amila Chinthaka Suriarachchi
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org