2 Replies Latest reply on Apr 3, 2008 11:36 AM by geoff74

    Transaction Recovery with Postgresql

    geoff74

      I apologize in advance for my confusion of terms. This is not my area of expertise. I'm just trying to make a system work.

      We are trying to get transaction recovery to work with JBoss AS 4.2.1 and a Postgresql database. I have tried following the example found here, but I get a ClassCastException using the JDBCXARecovery module because the datasource stored in JNDI is a WrapperDataSource and the recovery module is expecting an XADataSource.

      I have seen lots of discussion of this, but no clear answers.

      How can I make this work?