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?
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