Hi, cool I had done using the :
<dependency> <groupId>org.apache.tomee</groupId> <artifactId>openejb-core-hibernate</artifactId> <version>${tomee.version}</version> <type>pom</type> </dependency> a doubt, is it still not compatible with version 5 of Hibernate? thanks -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em qua, 6 de mar de 2019 às 07:34, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Hi folks > > I just pushed a new sample - this is the same as the MVC/CXF example, but > uses Hibernate as opposed to the OpenJPA. I also included > the deltaspike-jpa-module-api and deltaspike-jpa-module-impl dependenciesm > and added @Transactional on the repository class. > > Hope its useful. > > Jon >