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