Re: Misc questions

2006-03-22 Thread Jean-Yves Sironneau
Ok i think i got it, thank you for the explanations. 2006/3/21, Armin Waibel <[EMAIL PROTECTED]>: > > Hi Jean-Yves, > > Jean-Yves Sironneau wrote: > > Hi, > > > > Thanks for your help, it works by locking the object inside a > transaction > > and the > > setting the referenced object, what confuse

Re: Misc questions

2006-03-21 Thread Armin Waibel
Hi Jean-Yves, Jean-Yves Sironneau wrote: Hi, Thanks for your help, it works by locking the object inside a transaction and the setting the referenced object, what confused me is that for a new object you don't have to be within a transaction for the referenced object to be created, but for an e

Re: Misc questions

2006-03-13 Thread Jean-Yves Sironneau
Hi, Thanks for your help, it works by locking the object inside a transaction and the setting the referenced object, what confused me is that for a new object you don't have to be within a transaction for the referenced object to be created, but for an existing one this is the case. Thank you. J

Re: Misc questions

2006-03-09 Thread Armin Waibel
Hi Jean-Yves, Jean-Yves Sironneau wrote: Hello, I looked more precisely at my issue regarding foreign keys not being set, so now i'am using official OJB 1.0.4. The exact issue is that when i persist a new object (that has not been persisted before), the linked object is persisted and the forei

Re: Misc questions

2006-03-09 Thread Jean-Yves Sironneau
Hello, I looked more precisely at my issue regarding foreign keys not being set, so now i'am using official OJB 1.0.4. The exact issue is that when i persist a new object (that has not been persisted before), the linked object is persisted and the foreign key is set. But when i retrieve an object

Re: Misc questions

2006-03-09 Thread Jean-Yves Sironneau
I forgot to tell that to raise this issue i have to clear the persistencer cache, otherwise everything seem's to be ok. 2006/3/7, Jean-Yves Sironneau <[EMAIL PROTECTED]>: > > Hello, > > I looked more precisely at my issue regarding foreign keys not being set, > so now i'am using official OJB 1.0.4

Re: Misc questions

2006-02-22 Thread Jean-Yves Sironneau
Thank you, Armin, I think i'am gonna try to use OJB 1.0.4, and if it does not work i'll post details about my issue. Jean-Yves 2006/2/21, Armin Waibel <[EMAIL PROTECTED]>: > > Hi Jean-Yves, > > Jean-Yves Sironneau wrote: > > Hello, I have a few unrelated questions regarding OJB : > > > > - Is th

Re: Misc questions

2006-02-21 Thread Armin Waibel
Hi Jean-Yves, Jean-Yves Sironneau wrote: Hello, I have a few unrelated questions regarding OJB : - Is there a way to set the deferrable foreign key constraint setting using OJB xdoclet module ? Assume no. But Tom have much more experience with xdoclet, so he can give you a professional answ

Misc questions

2006-02-20 Thread Jean-Yves Sironneau
Hello, I have a few unrelated questions regarding OJB : - Is there a way to set the deferrable foreign key constraint setting using OJB xdoclet module ? - When i use anonymous foreign key in a relationship, it's working perfectly for collections, but for simple reference to an object, i have to s