I see, did you try to NOT configure it? If you really want to put a value use org.apache.openejb.hibernate.OpenEJBJtaPlatform2
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-05-18 16:15 GMT+02:00 Dignesh <[email protected]>: > Hi Romain, > > Thank you very much for your reply. > > jta_platform is specified and it is - > "org.apache.openejb.hibernate.OpenEJBJtaPlatform" > > I debugged the issue to some extent: > > I decompiled the source for OpenEJBJtaPlatform and i see the below import > statement > > "import org.hibernate.service.jta.platform.internal.AbstractJtaPlatform;" > > > From hibernate 4.3.5 the package structure is changed to > > "org.hibernate.engine.transaction.jta.platform. > internal.AbstractJtaPlatform" > > > So any suggestion how should I proceed on this. > > > > > -- > View this message in context: http://tomee-openejb.979440. > n4.nabble.com/Issue-with-server-start-up-tp4681709p4681713.html > Sent from the TomEE Dev mailing list archive at Nabble.com. >
