Re: update with parameterMap and parameterClass ?

2008-11-27 Thread Alejandro D. Garin
Great! Thank you Nicholoz. On Wed, Nov 26, 2008 at 8:32 PM, Nicholoz Koka Kiknadze [EMAIL PROTECTED]wrote: parameterMap id=messageParameterMap class=Message parameter property=id1 jdbcType=INTEGER/ parameter property=id2 jdbcType=INTEGER/ parameter

Re: JDBC logging - sql query and bind variables sent via JDBC

2008-11-27 Thread Kai Grabfelder
Hi Anreas, I'm not 100% sure but I don't think that there is a possibility to log this. I think you've already mentioned the two options that currently do exist. Regards Kai --- Original Nachricht --- Absender: Andreas Niemeyer Datum: 26.11.2008 15:39 Hi, Is there a way to get the sqlmpap

Re: Question on iBatis Implicit Transactions ?

2008-11-27 Thread Kai Grabfelder
sorry, no Idea. I've never used iBATIS without spring transaction management... --- Original Nachricht --- Absender: mfs Datum: 26.11.2008 04:43 Hello Guys, I have got a couple of questions relating to iBatis starting out implicit trasactions..Let me add that i am using iBatis JDBC

Re: Question on iBatis Implicit Transactions ?

2008-11-27 Thread Nicholoz Koka Kiknadze
2b) Scenario: copy/pasting from manual: __ The transactionManager element also allows an optional attribute * commitRequired* that can be *true* or *false*. Normally iBATIS will not commit transactions unless an insert, update, or delete operation has been performed. *This