Heh, it's a trick. No, java.sql doesn't log anything, but iBATIS logging makes it *look like* it does.
It's kind of retarded, I know. Larry On Nov 30, 2007 2:33 PM, Warren <[EMAIL PROTECTED]> wrote: > I have an app that uses Ibatis and log4j to log Ibatis and java.sql. It logs > perfectly. I have another app that does not use Ibatis and I can not get > log4j to log java.sql. I know that logging is working and log4j has > initialized logging for java.sql. > > Is Ibatis working with java.sql somehow so that log4j can log SQL > statements, or should you be able to log SQL statement and java.sql without > Ibatis? > > Thanks, > > Warren > >
