0
votes
3answers
346 views

Using Hibernate or TomEE?

I have an EJB-based library that needs to be modified to be compatible with Tomcat application server (i.e. no JaveEE). I browsed a bit on Hibernate and got rather confused. Apparently, there's the ...
1
vote
2answers
863 views

TomEE and Hibernate dependencies

I have created very simple app with persistence context (hibernate as provider) to read some value from database. I use Eclipse with Maven. First, I get Caused by: ...