[jboss-user] [EJB 3.0] - Very Weird, Triplicated childs at runtime, all ok in the DB

2006-09-21 Thread raistlinmolina
Hello, I have (among other entities) one parent Entity called reportInstance and one child Entity Called reportParameterValue, the relation is OneToMany. I have a strange problem that arised becauce I couldn't delete a parent object, when I tired to delete it's child I couldn't either. Then I

[jboss-user] [EJB 3.0] - Re: Very Weird, Triplicated childs at runtime, all ok in the

2006-09-21 Thread raistlinmolina
Finally I managed to fix the problem myself. It seems that Collections are not very well managed and you can expect some issues, I run into de Fetch.EARLY problem when you have more than one ManyToMany or OneToMany relation in the same entity, it happens that you can only have one EARLY if you