Hibernate version:
EJB 3.0,
Mapping documents:
Annotations
Name and version of the database you are using:
Postgres 8.3
Hi,
My app is based on Seam framework 2.0.1 GA and EJB 3.0 + Quartz Opensymphony + JBoss 4.2.1 AS, and also JSF 1.2 + RichFaces 3 + Facelets.
When I added quartz to my seam app I get this warning:
Code:
2008-04-22 21:44:09,050 WARN [org.hibernate.engine.loading.LoadContexts] fail-safe cleanup (collections) : org.hibernate.engine.loading.CollectionLoadContext@79eafff0<rs=org.postgresql.jdbc3.Jdbc3ResultSet@95e2493>
I found in google post that this is hibernate bug and don't worry with that, but, each time when this warn is shown (mostly in merge/persist function) my em clean entities from db!
I posted this to quartz and seam forum but without any answer, and here I try to hibernate forum.
can anybody help me with that?
Most difficult in that error is, this isn't thrown every time:/