depending the xadatasource impl you can need to repeat jdbcurl/username etc on the pool itself
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2017-03-29 11:32 GMT+02:00 Dignesh <[email protected]>: > Yes. I am able to connect . > > If I configure to Non XA datasource it is working fine. > I am able to get it work with below configuration > > <Resource id="jdbc/dignesh" type="DataSource"> > JdbcDriver com.microsoft.sqlserver.jdbc.SQLServerDriver > JdbcUrl **** > UserName OTMM > Password *** > JtaManaged false > </Resource> > > > > > > -- > View this message in context: http://tomee-openejb.979440. > n4.nabble.com/issue-with-XADatasource-in-sqlserver-tp4681379p4681383.html > Sent from the TomEE Dev mailing list archive at Nabble.com. >
