Re: Unable to log sql queries in my log files

2008-01-08 Thread IBATIS
Hi Chetan, It is working now. Thanks for your valuable suggesstion. The mistake was, since I had the two jar files reference (Ibatis-2.3.0.677.jar,Ibatis-sqlmap-2.jar), I was not able to get the method(selectLog...) now I am having the reference of Ibatis-2.3.0.677.jar alone and it is solved now.

Re: Unable to log sql queries in my log files

2008-01-08 Thread IBATIS
Hi Chetan, I would like to correct my previous message. I am not getting the selectLog4jLogging method from my LogFactory class. I am currently using the following APIs. Please let me know if I need to remove or replace someother Jar file. Currently Used API are Ibatis-2.3.0.677.jar Ibatis-com

Re: Unable to log sql queries in my log files

2008-01-08 Thread IBATIS
Hi Chetan, Thanks for the information. I am instantiating my sqlmapclient only once. Hence do I need to put this piece of code before I get the instance for the first time. Also could you please be more specific on the code because I am unable to put the LogFactory.selectLog4j... method. Thanks

Re: Unable to log sql queries in my log files

2008-01-08 Thread Chetan Nayak
Try using this line before you make calls to IBATIS API, LogFactory.selectLog4jLoggin() ,I'm just guessing here. Thanks Chetan On 1/9/08, IBATIS <[EMAIL PROTECTED]> wrote: > > > Hi There, > > I am unable to log my sql queries used in ibatis sql mapper. Let me > narrate > the steps I used. > >