users@jaxb.java.net

illegal val for integer, but no validation error raised in sample1 app

From: <spambin_at_PERIGON.COM>
Date: Tue, 24 Dec 2002 13:26:39 -0700

Hi...

This seems like a bug to me. In
  examples/users-guide/Sample1 directory, if I change one of the
  values for <items><item><quantity> to be a noninteger i will get this
  output ->

Ship the following items to:
        Alice Smith
        123 Maple Street
        Cambridge, MA 12345
        US

        null copies of "Nosferatu - Special Edition (1929)"
        3 copies of "The Mummy (1959)"
        3 copies of "Godzilla and Mothra: Battle for Earth/Godzilla vs.

note the null.

po.xml was changed as follows ->

        <item partNum="242-NO" >
                <productName>Nosferatu - Special Edition (1929)</productName>
                <quantity> adadf sadfXXX bloa </quantity>
                <USPrice>19.99</USPrice>
            </item>

is this supposed to be like this? shouldn't i get a validation error ?
thanks
 Chris