potential connection leak event
glassfish:jdbc:connection-pool:potentialConnLeakEvent( java.lang.String poolName, java.lang.String applicationName, java.lang.String moduleName)
This event is sent whenever a potential connection leak is detected in the JDBC connection pool.
Use this event to count of the number of potential connection leaks in the connection pool.
poolNameThe name of the JDBC connection pool in which potential connection leak is detected.
applicationNameThe name of the application in which the connection pool is defined. This parameter is applicable only for application-scoped resources.
moduleNameThe name of the application module in which the connection pool is defined. This parameter is applicable only for application-scoped resources.