RE : RE : UPGRADE pb with proxi and getCollectionByQuery

2003-10-09 Thread Emmanuel Dupont
Thanks a lot. -Message d'origine- De : Charles Anthony [mailto:[EMAIL PROTECTED] Envoyé : jeudi 9 octobre 2003 08:55 À : 'OJB Users List' Objet : RE: RE : UPGRADE pb with proxi and getCollectionByQuery Hi, Some time ago, I ran a comparison of MSSql drivers. http://ar

RE: RE : UPGRADE pb with proxi and getCollectionByQuery

2003-10-08 Thread Charles Anthony
e. Cheers, Charles. > -Original Message- > From: Emmanuel Dupont [mailto:[EMAIL PROTECTED] > Sent: 09 October 2003 07:37 > To: 'OJB Users List'; [EMAIL PROTECTED] > Subject: RE : UPGRADE pb with proxi and getCollectionByQuery > > > Hi Armin ! > >

RE : UPGRADE pb with proxi and getCollectionByQuery

2003-10-08 Thread Emmanuel Dupont
nd most of all safer ? Emmanuel. -Message d'origine- De : Armin Waibel [mailto:[EMAIL PROTECTED] Envoyé : mercredi 8 octobre 2003 02:16 À : OJB Users List Objet : Re: UPGRADE pb with proxi and getCollectionByQuery Hi Emmanuel, can you post your test code, then we are able to wr

Re: UPGRADE pb with proxi and getCollectionByQuery

2003-10-07 Thread Armin Waibel
Hi Emmanuel, can you post your test code, then we are able to write a test case. regards, Armin On Mon, 6 Oct 2003 19:57:26 +0200, Emmanuel Dupont <[EMAIL PROTECTED]> wrote: All, I have this strange behaviours. When I call getCollectionByQuery I retrieve a collection of proxy objects. N

UPGRADE pb with proxi and getCollectionByQuery

2003-10-06 Thread Emmanuel Dupont
All, I have this strange behaviours. When I call getCollectionByQuery I retrieve a collection of proxy objects. Now, I want to modify some attributes of these objects and after I lock with the UPGRADE mode and commit. No update is generated. The object is not make as dirty. Why ?