Hello.
I have a serious problem :
In my application, I have two instances of DataManager
(one for the GUI and the other for the server). When one
the DataManager instance commit an update to the
DataBase, the other DataManager instance is not any
more synchronize with the DataBase.
If I try to see the change just made (using QueryCriteria)
with the other DataManager instance, the update is not
seen but it is done in the DataBase.
Can you help me with that problem ?
Thanks.
Romain
Logged In: YES
user_id=1220921
This is not a bug. Perhaps you would have more luck in the
forums. What you need is a way to deal with concurrency
issues.