Re: JDO and associations (1:n, m:n)

2004-01-25 Thread Hubert Behaghel
Hi Thomas, Thank you for your answer, here is my XML ClassDescriptor : --

Re: JDO and associations (1:n, m:n)

2004-01-24 Thread Thomas Mahler
Hi Hubert, Please post the xml ClassDescriptors of your classes. I could imagine that there is some trouble with the auto-update attributes of your reference- and/or collection-descriptors Thomas Hubert Behaghel wrote: Hi there, I am trying to make a miniframework with OJB, based on its JDO p

JDO and associations (1:n, m:n)

2004-01-22 Thread Hubert Behaghel
Hi there, I am trying to make a miniframework with OJB, based on its JDO plugin, so has to have business classes being persistent (almost transparently) and having a small application letting the user play with those persistent classes while viewing the state of the DB. (To be clear I try to have