Dear Gurus,
i am use Jboss seam and Ejb 3.0 in my project.
and i use the Hibernate for seach.
i am new to hibernate.
when i access my project page , It is raising "Flush during cascade is Dangerous" Exception .
When only single user is accessing it is working fine. But when one more than one user is trying to access the System it is rasing the specified exception.
i alway get this advice from net for this Exception
"you forgot to remove a deleted instance from an association with cascading save enabled. You should remove deleted objects from associations before flushing the session."
how to fo that , is there any anotation for remove deleted objects from associations.
Can any one please give a helping hand for solving this?
Thanks in advance,
thiagu.m
|