Hi everybody!

We are having problems with some elements defined as optional in the XSD
(minOccurs="0"). Those elements are defined of type xs:double and Jaxme is
creating attributes of type double (primitive) in the Java beans.

The problem is that I cannot see the difference between:

a) the element is not present in the XML
b) the element is present with value 0.0

any idea? is it possible to setup jaxme to use Double (object) type instead
of double (primitive)?

Best regards,

José Luis.

Reply via email to