|
There's simply not enough information here. What does the sqlUtil.setSql do?
You should move the DefaultLogger call up as well; if the sqlUtil tosses the exception (which it appears to), the logger cannot issue a .debug call since it will never make it there. But knowing what that sql string it created is would be handy.
|