Hi!
Here is my situation. I use Hibernate 3.3.0GA and SQL Server 2005.
I added recently a new many-to-many association between two tables.
Now when I try to load an object of my first table, it fails with the following error :
3047 [http-8888-Processor3] WARN org.hibernate.engine.loading.LoadContexts - fail-safe cleanup (collections) : org.hibernate.engine.loading.CollectionLoadContext@1755cd6<rs=com.microsoft.sqlserver.jdbc.SQLServerResultSet@f6d78e>
3047 [http-8888-Processor3] WARN org.hibernate.engine.loading.CollectionLoadContext - On CollectionLoadContext#cleanup, localLoadingCollectionKeys contained [1] entries
It is not only a warning because my object is not populated anymore.
Anyone has an idea of what is the problem ?
Thanks a lot
Benoit
|