[
http://jira.jboss.com/jira/browse/JBXB-85?page=all ]
Alexey Loubyansky closed JBXB-85.
---------------------------------
Fix Version/s: JBossXB-1.0.0.CR7
Resolution: Done
Fixed.
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
Fix For: JBossXB-1.0.0.CR7
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