Hi together,
I'm trying to get Hibernate 4.3.0.Final and OpenEJB 4.6.0 to work in
embedded unit testing (example application attached which works
perfectly with OpenJPA 2.2.2). Hibernate 4.3.0.Final needs the
hibernate.transaction.jta.platform
property (e.g. in glassfish deployment, I've to set it to
org.hibernate.service.jta.platform.internal.SunOneJtaPlatform
, otherwise I get
<code>
java.lang.NullPointerException
        at
org.hibernate.engine.transaction.internal.jta.JtaStatusHelper.getStatus(JtaStatusHelper.java:76)
</code>
(see a detailed description for jboss solution on
http://stackoverflow.com/questions/18822165/cannot-create-entity-manager-jboss7-liferay-6-0-oracle-datasource
for jboss
). I was wondering whether something similar exists for OpenEJB. Maybe
somebody knows whether one of the entries on
https://docs.jboss.org/hibernate/core/4.3/devguide/en-US/html/ch07.html#services-JtaPlatform
work.
Any help is appreciated.
Is there a guide on Hibernate + OpenEJB?

All the best,
Karl

Attachment: issue-hibernate.tar.gz
Description: application/gzip

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to