Hi All
I am using orm.org.springframework.orm.ibatis.SqlMapClientTemplate
(sqlmap) to handle sql statment with the following setting:
-weblogic 9.2
-struts 2.0
-log4j to do debugging
I have set the following in my log4j.properties, however the
sql statement still cannot print out, is there any suggestions that I can resolve such problem? Thanks!
log4j.logger.com.ibatis=DEBUG
log4j.logger.com.ibatis.common.jdbc.ScriptRunner=DEBUG
log4j.logger.com.ibatis.sqlmap.engine.impl.SqlMapClientDelegate=DEBUG
log4j.logger.java.sql.Connection=DEBUG
log4j.logger.java.sql.Statement=DEBUG
log4j.logger.java.sql.PreparedStatement=DEBUG
log4j.logger.java.sql.ResultSet=DEBUG
log4j.logger.org.springframework.transaction=DEBUG
log4j.logger.org.springframework.orm=DEBUG