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:21 2001
--- shadow/3359.tmp.18755       Thu Aug 30 05:48:22 2001
***************
*** 0 ****
--- 1,25 ----
+ +============================================================================+
+ | 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                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                  |
+ |  Reported By: [EMAIL PROTECTED]                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Once the parser has an id validation error it stores the id's it has 
+ encountered , new instances of SAXParser do not clear this list and this causes 
+ subsequent validation of other XML documents to fail.
+ 
+ The problem appears ( not tested ) to be in 
+ org.apache.xerces.validators.datatype.IDDatatypeValidator.java which is using a 
+ static hashtable of ids.  an instance member may solve the problem.
+ 
+ lee

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

Reply via email to