idea was if you want to use dbcp which seems the case you need to set it in the other resource.
I'm not sure of the whole usage but looks like you use a CMT resource (XA or JtaManaged=true) with a manual management of quartz which cant works since the quartz store will try to manage the autocommit and the datasource will not allow it 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-04-03 16:47 GMT+02:00 Dignesh <[email protected]>: > I have removed the DataSourceCreator = dbcp from the resource itself and > tried, Still I see the issue. > > > > -- > View this message in context: http://tomee-openejb.979440. > n4.nabble.com/Issue-with-OracleXA-datasource-unable-to-enlist-XAResource- > tp4681459p4681467.html > Sent from the TomEE Dev mailing list archive at Nabble.com. >
