[jboss-jira] [JBoss JIRA] Commented: (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=comments#action_12343745 ]
Heiko Braun commented on JBXB-85:
---------------------------------
I migrated the the org.jboss.test.xml.XOPUnitTestCase to the local test suite and added test methods for marshalling/unmarshalling simple xsd:base64Binary declarations.
> 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
>
> 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