PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/3359 Thu Aug 30 05:48:22 2001
--- shadow/3359.tmp.26755       Tue Sep  4 11:30:45 2001
***************
*** 2,9 ****
  | ID references are being kept between Parser instances                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 3359                        Product: Xerces-J                |
! |       Status: NEW                         Version: 1.4                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Major                    OS/Version: Other                   |
  |     Priority: Other                     Component: Core                    |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | ID references are being kept between Parser instances                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 3359                        Product: Xerces-J                |
! |       Status: RESOLVED                    Version: 1.4                     |
! |   Resolution: WORKSFORME                 Platform: PC                      |
  |     Severity: Major                    OS/Version: Other                   |
  |     Priority: Other                     Component: Core                    |
  +----------------------------------------------------------------------------+
***************
*** 22,25 ****
  org.apache.xerces.validators.datatype.IDDatatypeValidator.java which is using a 
  static hashtable of ids.  an instance member may solve the problem.
  
! lee
--- 22,31 ----
  org.apache.xerces.validators.datatype.IDDatatypeValidator.java which is using a 
  static hashtable of ids.  an instance member may solve the problem.
  
! lee
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-09-04 11:30 -------
! In fact, having an instance member won't fix the problem (because in schema 
! there could be many instances of IDDatatypeValidator, but they need to share 
! one table of id values).
! But upgrading to a new version (i.e. 1.4.3) will definitely work.

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

Reply via email to