Re: Removing objects from 1:N relationships in OJB 1.0.4

2006-01-25 Thread Armin Waibel
Hi Phil, DiCorpo, Phillip wrote: I'm having a problem removing objects in a 1:N relationship in OJB 1.0.4 using OMDG. Assume you have an object Role that can have one or more Permission objects. If I lock just the Role object for WRITE, remove a Permission object from this Role, and then

Removing objects from 1:N relationships in OJB 1.0.4

2006-01-24 Thread DiCorpo, Phillip
I'm having a problem removing objects in a 1:N relationship in OJB 1.0.4 using OMDG. Assume you have an object Role that can have one or more Permission objects. If I lock just the Role object for WRITE, remove a Permission object from this Role, and then commit the transaction I'll get the