Thanks for the quick reply Romain,

I have tried with the following configuration

<Resource id="derbyDataSource" type="DataSource">
        XaDataSource = derbyXaDataSource
        DataSourceCreator = dbcp
</Resource>

<Resource id="derbyXaDataSource" type="XADataSource"
class-name="org.apache.derby.jdbc.ClientXADataSource">
        JdbcDriver = org.apache.derby.jdbc.ClientXADataSource
        JdbcUrl = jdbc:derby://localhost:1527/MyDbTest
        databaseName = MyDbTest
        UserName = admin
        Password = pass
</Resource>

However I'm still getting the same error.

I guess I'll try to compare with HSQL.
Thanks



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Derby-XA-Transactions-tp4673002p4673004.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to