Hi
I posted a thread here last week
http://forum.hibernate.org/viewtopic.php?t=932268&highlight=, but with no response. I'll try again;
To make my problem short:
I'm working with an object A with a initialized set of B's mapped with cascade all. When deleting an object B, my cache will invalidate the B, BUT it will not update the reference to B from A. The result is that since B can not be found cached, Hibernate will try and find the B object in the database with the id found in A's reference to B. This will of course lead to an ObjectNotFoundException. For more details and log output see
http://forum.hibernate.org/viewtopic.php?t=932268&highlight=.. All help is greatly appreciated..
thanx in advance
regards dag