-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
The following
private static Logger log = Logger.getLogger("TxLogManagedConnection");
should be
private static Logger log = Logger.getLogger(TxLogManagedConnection.class.getName());