Hi,
I get this exception, but didn't find any good infotmation on the web. Can someone tell we, where to start searching the Error?
thanks b.
Code:
org.hibernate.AssertionFailure: collection was processed twice by flush() at java.lang.Throwable.(Throwable.java:195) at java.lang.Exception.(Exception.java:41) at java.lang.RuntimeException.(RuntimeException.java:43) at org.hibernate.exception.NestableRuntimeException.(NestableRuntimeException.java:100) at org.hibernate.AssertionFailure.(AssertionFailure.java:21) at org.hibernate.engine.Collections.prepareCollectionForUpdate(Collections.java:165) at org.hibernate.engine.Collections.processDereferencedCollection(Collections.java:80) at org.hibernate.engine.Collections.processUnreachableCollection(Collections.java:38) at org.hibernate.event.def.AbstractFlushingEventListener.flushCollections(AbstractFlushingEventListener.java:211) at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:71) at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:26) at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:324) at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:86) at