Re: [OJB-developers] non-decomposed m:n-mappings update problem
Brought to you by:
thma
From: Jakob B. <jbr...@ho...> - 2002-05-28 17:10:53
|
hi, 1./2. so you have no exceptions at all ? 3. to enable SqlGenerator logging use # Loger for SqlGenerator, useful for debugging generation of SQL ojb.broker.accesslayer.SqlGenerator.LogLevel=3DDEBUG in OJB.properties. 4. have you tried the latest cvs jakob ----- Original Message -----=20 From: Hoang, Hai=20 To: 'Jakob Braeuchi' ; 'ojb-developer'=20 Sent: Tuesday, May 28, 2002 6:34 PM Subject: RE: [OJB-developers] non-decomposed m:n-mappings update = problem 1. It doesn't work when I try to remove a Permission to a Role 2. It doesn't work when I tried to update a ParentId field on the = Role. ParentId has a recursive relationship with the Id field. 3. I don't know where to find the generated sql-statement. Can = anyone please show me 4. I am using the latest build (8.4) 5. I've tested both APIs but they both not working. -----Original Message----- From: Hoang, Hai=20 Sent: Tuesday, May 28, 2002 11:05 AM To: 'Jakob Braeuchi'; 'ojb-developer' Subject: RE: [OJB-developers] non-decomposed m:n-mappings update = problem -----Original Message----- From: Jakob Braeuchi [mailto:jbr...@ho...]=20 Sent: Tuesday, May 28, 2002 10:24 AM To: Hoang, Hai; obj...@li... Subject: Re: [OJB-developers] non-decomposed m:n-mappings update = problem hi, what do you mean by 'does not work', was there an exception ? what = version of ojb do you use ? what did you try to do (insert or update) ? could you please provide = the generated sql-statements ? jakob |