RE: AW: WG: OJB do delete and insert instead of update

2006-05-19 Thread Arnaud Maes
); broker.commitTransaction(); broker.close(); Thanks for your help. Josef -Ursprüngliche Nachricht- Von: Armin Waibel [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. Mai 2006 01:44 An: OJB Users List Betreff: Re: WG: OJB do delete and insert instead of update Hi Josef, could you post the mapping

RE: AW: WG: OJB do delete and insert instead of update

2006-05-19 Thread Guillaume DROUIN
Il suffit de se désinscrire de la mailing-list !! Envoi un message ici : [EMAIL PROTECTED] -Message d'origine- De : Arnaud Maes [mailto:[EMAIL PROTECTED] Envoyé : vendredi 19 mai 2006 10:30 À : OJB Users List Objet : RE: AW: WG: OJB do delete and insert instead of update STOP

Re: AW: WG: OJB do delete and insert instead of update

2006-05-18 Thread Armin Waibel
(); Thanks for your help. Josef -Ursprüngliche Nachricht- Von: Armin Waibel [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. Mai 2006 01:44 An: OJB Users List Betreff: Re: WG: OJB do delete and insert instead of update Hi Josef, could you post the mapping for 'Rollen' too and a code

AW: WG: OJB do delete and insert instead of update

2006-05-17 Thread Josef Wagner
: Mittwoch, 17. Mai 2006 01:44 An: OJB Users List Betreff: Re: WG: OJB do delete and insert instead of update Hi Josef, could you post the mapping for 'Rollen' too and a code snippet how you are store 'Gruppen'. Then I can try to reproduce your problem. regards, Armin Josef Wagner wrote: Hi

WG: OJB do delete and insert instead of update

2006-05-16 Thread Josef Wagner
. Mai 2006 08:49 An: 'OJB Users List' Betreff: AW: OJB do delete and insert instead of update Hi Armin, I'm working with OJB 1.0.3. Sorry, I have debugged again and see that m-n-handling is ok. Delete and insert instead of updating takes only affect by updating the primitive attributes

Re: WG: OJB do delete and insert instead of update

2006-05-16 Thread Armin Waibel
...)? Is there a problem in my repository.xml? Thanks a lot for your help! Josef -Ursprüngliche Nachricht- Von: Josef Wagner [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. Mai 2006 08:49 An: 'OJB Users List' Betreff: AW: OJB do delete and insert instead of update Hi Armin, I'm working

AW: OJB do delete and insert instead of update

2006-05-10 Thread Josef Wagner
Hi Armin, I'm working with OJB 1.0.3. Sorry, I have debugged again and see that m-n-handling is ok. Delete and insert instead of updating takes only affect by updating the primitive attributes of an object, not in the m-n relation tables. regards Josef Hi Josef, Josef Wagner wrote: Hello

OJB do delete and insert instead of update

2006-05-09 Thread Josef Wagner
Hello list, why does ojb delete and insert when I'm updating an existing entry? Isn't this way negative in view of performance? I've seen this concept also by updating m-n relations. Thanks for your answers Josef Wagner, Germany

Re: OJB do delete and insert instead of update

2006-05-09 Thread Armin Waibel
Hi Josef, Josef Wagner wrote: Hello list, why does ojb delete and insert when I'm updating an existing entry? Isn't this way negative in view of performance? I've seen this concept also by updating m-n relations. Which version of OJB do you use? Beside the update of m-n relations when