openejb « Tomcat « JPA Q&A





1. OpenEJB with Tomcat and Hibernate and JPA    stackoverflow.com

I'm using OpenEJB 3.1.3 embedded in Tomcat 5.5.26 and I use hibernate 3.6 as a JPA provider. Here's my persistence.xml:

<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0"
          ...

2. Memory / JDBCConnection problem in JEE Application using Tomcat 6, OpenEJB, Hibernate and MySQL    stackoverflow.com

I set up an JEE application using Tomcat 6, OpenEJB, Hibernate and MySQL pretty much in the way described here in Kevin's Blog. When the application is started but not ...