DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25723>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25723

length facets don't allow all possible nonNegativeIntegers

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2004-01-19 15:01 -------
Fixed in CVS. Now the leading optional "+" is allowed.
Note that, technically speaking, we still have a bug. We still don't support all
legal nonNegativeInteger/positiveIntegers for certain attributes (e.g. length,
minLength, maxLength, minOccurs, maxOccurs, etc.). The reason is that for these
properties, we store the values as "int" internally.
But considering how unlikely it is for these values to be greater than 2G, and
how difficult/inefficient it would be if we use something like BigDecimal, we
decided to leave it as a limitation.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to