All,
I am running into the following problem described in the FAQ with WAS 5.1:
Quote:
Unfortunately on WebSphere 5.0 I get the following error message when closing a Hibernate Session:
net.sf.hibernate.util.JDBCExceptionReporter TRAS0014I: The following exception was logged com.ibm.websphere.ce.cm.StaleConnectionException: Connection is closed
We had this same problem with data source connections in Websphere. We "fixed" it by configuring the data source to "Disable auto connection cleanup". It's a checkbox in the data source setup in Websphere.
I do not seem to be able to find that checkbox anymore, and I know it
was there in 4 (and apparently in WAS 5 according to the FAQ.) Any ideas?