Hello,

I have a problem with the resulting Java Interfaces from the XML Schema
File. 
xsd:long maps to the Java primitive Type long and not to the Java Wrapper
class Long. Is it possible to change that or is it planned to change that?
In JAXB  you can specify a javaType you want to have with the help of
Annotations:
<xsd:annotation>
        <xsd:appinfo>
                <jxb:javaType name="java.lang.Integer"/>
        </xsd:appinfo>
</xsd:annotation>
Is there a way of doing this with XmlBeans?

Thanks in advance for any help.

Ramona


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to