> <Resource id="H2" class-name="org.h2.jdbcx.JdbcDataSource "> > url=.... > user=.... > password=..... > </Resource>
not worked fine
JdbcDataSource dx=(JdbcDataSource )ctx.lookup("H2");
XAConnection xa=dx.getXAConnection();Error! but this I execute success in a
main client program
--
View this message in context:
http://openejb.979440.n4.nabble.com/about-openejb-standalone-transaction-control-tp4660358p4660420.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.
