structure « Cascade « JPA Q&A





1. Cascade saving Tree likes structure    forum.hibernate.org

For some reason registration process is very dificult and I have to wait some time to use my account and I couldn't finish one. So I'm asking about my problem from this login. I want to save Tree like structire with Hibernate 2.1.4 and see next exception: [code] java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:448) at java.util.AbstractList$Itr.next(AbstractList.java:419) at net.sf.hibernate.collection.PersistentCollection$IteratorProxy.next(PersistentCollection.java:437) at net.sf.hibernate.engine.Cascades.cascadeCollection(Cascades.java:526) at net.sf.hibernate.engine.Cascades.cascade(Cascades.java:452) at net.sf.hibernate.engine.Cascades.cascade(Cascades.java:503) ...

2. Is this structure possible to cascade over?    forum.hibernate.org