public class SinglePoolConnectionInterceptor implements
ConnectionInterceptor {
private static Log log =
LogFactory.getLog(GeronimoConnectionEventListener.class.getName());
should read
private static Log log =
LogFactory.getLog(SinglePoolConnectionInterceptor.class.getName());
