Re: Ibatis + Spring : log4j does not work

2008-12-23 Thread luc
Add this line in log4j.properties. log4j.logger.java.sql=DEBUG 2008/12/23 oci zarbi...@hotmail.com Hello, I have a problem using log4j with ibatis. Log4j works well but i can't see the log for SQL requests and results. I think i need to add this line LogFactory.selectLog4JLogging(); but

Re: Trying to use HashMap as a param object for an UPDATE - getting an exception

2008-12-09 Thread luc
I think your update sql statement has 2 questionmarks,but it try to set 4 parameters to fill those. You can set the log level to DEBUG for javax.sql,then may be find more informations. 2008/12/10 Alex Savitsky [EMAIL PROTECTED] Hi, I'm trying to execute an update, with a HashMap for parameter