I've already tried dbcp, even bonecp without any luck.
How can I set up the iirc typed datasource?
Do you mean:
    <Resource id="PG1" class-name="org.postgresql.xa.PGXADataSource"
type="iirc">
        databaseName test
        serverName localhost
        portNumber 5432
    </Resource>
    <Resource id="TestDSXA1" type="DataSource">
        DataSourceCreator dbcp
        XaDataSource PG1
        JtaManaged true
        UserName postgres
        Password pass
    </Resource>




--
View this message in context: 
http://openejb.979440.n4.nabble.com/Postgres-XA-transaction-rollback-tp4666429p4666433.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to