samslunch / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

rework hibernate transactions/cache #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
there must be a problem related to hibernate-transactions in the
Java-Backend. After running a while database-updates are not persistent,
maybe hte cache did not update and you can see old results.

Original issue reported on code.google.com by seba.wag...@gmail.com on 24 Jan 2008 at 7:28

GoogleCodeExporter commented 9 years ago
I have added a *snycronized* to the HibernateUtils.
However in a future release it should be reworked to use spring injection 
instead of
using the HibernateUtils.
But thats also a lot of reworking of Java-Classes as you have to use a strict 
Dao +
Implementation-Architecture.

Original comment by seba.wag...@gmail.com on 26 Mar 2008 at 10:06

GoogleCodeExporter commented 9 years ago
This is already fixed.

Original comment by seba.wag...@gmail.com on 5 Sep 2011 at 9:22