Asking user questions is in the user forum - asking it twice
in development mailinglist will not give you a better answer ;)
Thanks for your answer it is very critical. Yvan
If its that critical for you then consider commercial support.
/max
---
Hi,
I have a kinds of counter that I have to increase and I am doing the
following action:
session = sf.openSession();
tx = session.beginTransaction();
DocNrCounterPJO counter = (DocNrCounterPJO )
aHibernateSession.get(DocNrCounterPJO .class, anId, aLockMode);
counter.currentStatus++;
// Do s