Hello, I would like to use OpenEJB in junit tests for my application. I was wondering if anyone could provide an example of how to configure an XA DataSource using OpenEJB? I found a lot of documentation and examples for configuring data sources, but nothing for an XADataSouce. I guess the main question is, how do I specify the XADataSource implementation class? For example, when I configure MySQL on JBoss, I specify: ... <xa-datasource-class>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource-class> ... How do I do the same thing with OpenEJB?
Thank you! Nikita -- View this message in context: http://n4.nabble.com/XADataSource-configuration-using-embedded-OpenEJB-tp1476721p1476721.html Sent from the OpenEJB User mailing list archive at Nabble.com.