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=2298 *** shadow/2298 Sat Jun 23 06:00:23 2001 --- shadow/2298.tmp.14744 Thu Jul 26 05:33:10 2001 *************** *** 19,22 **** /** Temp debug code - this will be removed after we test everything */ private static final boolean debug= ! System.getProperty( "jaxp.debug" ) != null; --- 19,32 ---- /** Temp debug code - this will be removed after we test everything */ private static final boolean debug= ! System.getProperty( "jaxp.debug" ) != null; ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-26 05:33 ------- ! The same bug is present in SAXParserFactory. I have replaced the offending ! lines with the code below and all is well. ! ! ! /** Temp debug code - this will be removed after we test everything ! */ ! private static final boolean debug=false; ! //System.getProperty( "jaxp.debug" ) != null; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
