[jboss-jira] [JBoss JIRA] Assigned: (JBXB-85) Add support for base64 simple type bean properties to be XOP optimized
Heiko Braun (JIRA)
jira-events at jboss.com
Thu Sep 21 10:00:01 EDT 2006
[ http://jira.jboss.com/jira/browse/JBXB-85?page=all ]
Heiko Braun reassigned JBXB-85:
-------------------------------
Assignee: Alexey Loubyansky
> Add support for base64 simple type bean properties to be XOP optimized
> ----------------------------------------------------------------------
>
> Key: JBXB-85
> URL: http://jira.jboss.com/jira/browse/JBXB-85
> Project: JBoss XML Binding (JBossXB)
> Issue Type: Feature Request
> Reporter: Heiko Braun
> Assigned To: Alexey Loubyansky
>
> Currently this only works with complex types. In order to be interoperable with MSFT we need to support this. Take a look at the following schema:
> <xs:element name="EchoBinaryAsString">
> <xs:complexType>
> <xs:sequence>
> <xs:element minOccurs="0" name="array" nillable="true" type="xs:base64Binary"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
> The type xs:base64Binary needs be optimized by jbossxb.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list