You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/09/04 20:30:45 UTC

[DO NOT REPLY: Bug 3359] ID references are being kept between Parser instances

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 sandygao@ca.ibm.com  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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org