dev@glassfish.java.net

JCA and PrintWriter

From: Thomas Schuett <info_at_thomas-schuett.de>
Date: Tue, 12 Dec 2006 15:51:02 +0100

Hi!
I was wondering when the method
javax.resource.spi.ManagedConnectionFactory setLogWriter

is being called. As far as I understand it, it is called with a
PrintWriter instance by the application server as soon as logging is
enabled. How do I get glassfish to enable logging for my connector?
Right now this method is never called for my deployed connector module.
Am I missing some basic concepts?

Thanks
    Thomas