I don't think there is a way to make XmlBeans generate an Integer as BigInteger is the preferred type (http://xmlbeans.apache.org/docs/2.0.0/guide/conXMLBeansSupportBuiltInSchemaTypes.html). Would using xs:integer be an acceptable solution for you?
Using integer solved our problem. Apparently my coworker was using int. Which oddly enough, produced an Integer in the code generated by XFire. Thanks for the help -Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

