When a connection is left open by an application
JBoss closes the connection and displays a warning.
The following changes have been made to this processing
for 3.2.2
1) If there is a transaction, the connection is not closed
until the transaction commits or rollbacks.
2) The warning displayed shows the stacktrace where
the connection was allocated, rather the exit point that
closes the connection.
3) The extra book-keeping required for this debugging
feature can be turned off in production, using the
Debug attribute on the CachedConnectionManager
in transaction-service.xml
Regards,
Adrian