Re: Interesting Logger Bug

2008-07-20 Thread Clinton Begin
I have not noticed it. Can you write a simple unit test with a few maps and classes to demonstrate it? Clinton On Sun, Jul 20, 2008 at 11:09 AM, Sundar Sankar <[EMAIL PROTECTED]> wrote: > Hi, > Has any body noticed this behaviour? Is there a solution for this? > -S > > > On Thu, Jul 17, 2008 at

Re: Interesting Logger Bug

2008-07-20 Thread Sundar Sankar
Hi, Has any body noticed this behaviour? Is there a solution for this? -S On Thu, Jul 17, 2008 at 4:12 PM, Sundar Sankar <[EMAIL PROTECTED]> wrote: > Hi, > I happened to notice this pattern of logging that Ibatis was defecting > on.I am surprised it hasnt been mentioned earlier. Anyways, thi

Interesting Logger Bug

2008-07-17 Thread Sundar Sankar
Hi, I happened to notice this pattern of logging that Ibatis was defecting on.I am surprised it hasnt been mentioned earlier. Anyways, this is the situation, Say you are calling a procedure that returns a ref-cursor. Your resultMap for the refcursor is something like this