users@jaxb.java.net

use of Integer instead of BigInteger

From: Alessandro Ferrucci <alessandroferrucci_at_gmail.com>
Date: Thu, 7 Feb 2008 11:27:24 -0500

Hello, i have a schema defined which has integer types

i.e.
<xsd:element name="id" type="xsd:integer" />


For integer types jaxb maps them to BigInteger types. I dont need
BigInteger types and would prefer simple Integer for these fields. Is there
a way to override this behavior?

thanks

alessandro ferrucci