You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.build a web project of spring+ hibernate + struts+ log4jdbc+mysql
2.create a test table in mysql ,in web project write some CRUT java code,run
the project ,and add or modify this value a'a" to a varchar field,will show
the Exception java.util.NoSuchElementException;java.util.StringTokenizer
3.at the 146 line of net.sf.log4jdbc.BasicSqlFormatter.java ,this code : while
( !"\"".equals( t ) ); throws that exception,
while i have used this code "while ( !"\"".equals( t ) &&
tokens.hasMoreTokens() );" to replace it,the project is all right.
Original issue reported on code.google.com by [email protected] on 2 Dec 2011 at 5:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Dec 2011 at 5:46The text was updated successfully, but these errors were encountered: