Hello all,
I have got a weird error which appears periodically. I do not find yet a way to avoid it.
I am currently having 2 applications EAR deployed on the same server, each has its own sessionFactory.
I understand that this error can happen when both applications are trying to modify the same record. But here in my case it happens when I am using sequentially applicationA & applicationB. The transactions are bound to my method's services, it means that my transactions must be closed after applicationA have completed its work.
Has anybody a solution to this problem ?
Thx a lot for your help,
Tiggy
|