I try to insert a record into db2 using spring,while error occurred.
the error is as follows:
-----------------------------------------------------------------
Exception in thread "main" java.lang.Error : SQLWarning chain holds value that is not a SQLWarning
at java.sql.SQLWar ning.getNextWar ning(Unknown Source)
at org.springframe work.jdbc.core. JdbcTemplate.ha ndleWarnings(Jd bcTemplate.java :1112)
...