Hi Xuetao, Looks like the same problem we have with managed datasources on WAS 6.1 reported under https://issues.apache.org/jira/browse/JCR-2226? The attached patch may help you out.
Best Regards Bram -----Original Message----- From: Niu, Xuetao [mailto:[email protected]] Sent: Tuesday, April 20, 2010 4:58 PM To: [email protected] Subject: RE: ConnectionRecoveryManager error msg Perhaps more info would clarify the problem I am seeing: I am running the app on IBM Websphere 7 via the JNDI way of acquiring the data source. The DataSource being used is already configured as non-transactional in Websphere. From: Niu, Xuetao Sent: Monday, April 19, 2010 11:39 AM To: [email protected] Subject: ConnectionRecoveryManager error msg Hello, I am occasionally seeing error logs from the ConnectionRecoveryManager, and some of the business logic fails when seeing this. I am using oracle filesystem and oracle bundle persistence manager, with Oracle 10g. Could anyone help? [2010-03-05 10:49:37,697] [ontainer : 0] ERROR ConnectionRecoveryManager - could not execute statement, reason: DSRA9110E: Statement is closed., state/code: null/0 [2010-03-05 10:49:37,697] [ontainer : 0] ERROR ConnectionRecoveryManager - failed to close connection, reason: DSRA9110E: Connection is closed., state/code: null/0 [2010-03-05 10:51:24,044] [ontainer : 4] ERROR ConnectionRecoveryManager - could not execute statement, reason: DSRA9110E: Statement is closed., state/code: null/0 [2010-03-05 10:51:24,044] [ontainer : 4] ERROR ConnectionRecoveryManager - failed to close connection, reason: DSRA9110E: Connection is closed., state/code: null/0 Best Regards, Xuetao
