[Hibernate] SingletonEHCache not up-to-date

2007-11-23 Thread Andre Steinmetzger
Hallo, I have a problem with SingletonEHCache. If I create a new Object it is created a new row in database table. But if I take a findAll() after create then I don`t see the new Object. The same effect during delete a Object. In Database it is deleted. During findAll() after delete it come a

[Hibernate] SingletonEHCache not up-to-date

2007-11-23 Thread Andre Steinmetzger
Hallo, I have a problem with SingletonEHCache. If I create a new Object it is created a new row in database table. But if I take a findAll() after create then I don`t see the new Object. The same effect during delete a Object. In Database it is deleted. During findAll() after delete it come a