RE: SQLTransformer bug

2003-05-30 Thread Carmona Perez, David
Thanks Brian! David -Mensaje original- De: Brian Johnson [mailto:[EMAIL PROTECTED] Enviado el: jueves, 29 de mayo de 2003 22:30 Para: [EMAIL PROTECTED] Asunto: Re: SQLTransformer bug I reported this bug and posted a fix many months ago, but nothing has been done with it. It

Re: SQLTransformer bug

2003-05-30 Thread Brian Johnson
loses connection causing NullPointerException when accessing ResultSet http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12173 Andreas - Original Message - From: "Brian Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 10:30 PM Subject

Re: SQLTransformer bug

2003-05-30 Thread Andreas Kuckartz
> To: <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 10:30 PM Subject: Re: SQLTransformer bug > I reported this bug and posted a fix many months ago, but nothing has > been done with it. It seems to only affect certain databases. I'd be > glad to forward you the code. &g

Re: SQLTransformer bug

2003-05-30 Thread Brian Johnson
I reported this bug and posted a fix many months ago, but nothing has been done with it. It seems to only affect certain databases. I'd be glad to forward you the code. Brian On Wednesday, May 28, 2003, at 09:36 AM, Carmona Perez, David wrote: Dear Cocooners, I've think I found a bug in the S

Re: SQLTransformer bug that appears under load

2002-04-08 Thread Andrew C. Oliver
A Dangerous fix. But if I had to speculate: I imagine conn.close() is synchronized. Secondly, I imagine its logged. Cause this to be a warning (not be logged) and there should be a performance increase.. Cause conn.close() to not be synchronized (haven't looked...just a guess) and there shoul