Re: OpenJPA is a J2EE Container - Architecture

2010-08-02 Thread jsloyer
Hello, I am using WebSphere Application Server. When a request comes to a servlet, the servlet calls my Broker Class. Inside the broker class I have the entity manager and some transaction (below). I am running into issues where multiple transactions are going on at once. How can I fix this?

OpenJPA is a J2EE Container - Architecture

2010-08-01 Thread jsloyer
Hello, I am using OpenJPA as my persistence layer in my web application and I am running into issues with multiple transaction hitting my broker. My broker class contains The entity manager and the code the uses the entity manager to access the DB. Each of my servlets instantiates the Broker cl