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 class and then calls the particular methods it needs to in the Broker class. I know this isn't the correct design, can anyone help me out with what the correct design for a web application.
Thanks! Jeff -- View this message in context: http://openjpa.208410.n2.nabble.com/OpenJPA-is-a-J2EE-Container-Architecture-tp5362389p5362389.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
