Is there a way to enable JDBC logging for EJBs?

Has anyone tried using DataSource.setLogWriter( new PrintWriter(System.out))
and having it capture the JDBC statements from the EJBs using the
DataSource?


Kris

Reply via email to