users@jaxb.java.net

[xjc] [ERROR] Specified conversion customization is not used.

From: Frédéric CARTON <fcarton_at_GENERIX.FR>
Date: Thu, 27 Mar 2003 03:40:04 -0700

Another way for the error message :

<xsd:simpleType name="mySimpleType">
    <xsd:annotation>
 <xsd:appinfo>
     <jxb:javaType name="myPackage.myClasse" parseMethod="package.classe.parse"
     printMethod="package.classe.print"/>
 </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string"/>
</xsd:simpleType>

I have the same question :
Is there any workaround for this?

regards.