[
http://jira.jboss.com/jira/browse/JBXB-85?page=all ]
Heiko Braun updated JBXB-85:
----------------------------
Summary: Add support for base64 simple type bean properties to be XOP optimized
(was: Add support for base64 simple types to be XOP optimized)
Description:
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.
was:Currently this only works with complex types. In order to be interoperable with MSFT
we need to support this.
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