Hello !
I have next problem ...
Link at JIRA:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2977
I have entity MovieCategory and entity Movie.
MovieCategory relate with Movie in many to one.
I have two MovieCategories.
But if I remove Movie from first MovieCategory and add to second MovieCategory,
then movie have added to second MovieCategory successful.
But from first MovieCategory this Movie don't remove !!!
This appear only if JBoss Cache is enabled.
If second level cache is disabled, then all work properly !
I am insert part of log, where show how Hibernate work with cache .
Please, help me! This problem is critical for me !