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?
Hi Oliver,
Thank you for your interest and contributions.
> Someone interested?
Yes. The process of contributions of a module such as this is under
discussion [1].
To begin with,
1) a JIRA issue should be created
2) the module can be submitted as a patch to the issue for others' to re
Hi Jeff,
On 2.8.2010 2:41, jsloyer wrote:
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