Re: iBatis article in German print magazine

2007-01-26 Thread Torsten Michelmann
contributing! Feel free to add a permanent link on > the WIKI here: > > http://opensource.atlassian.com/confluence/oss/display/IBATIS/Articles+and+other+coverage+of+iBATIS > > Jeff Butler > > > On 1/26/07, Torsten Michelmann <[EMAIL PROTECTED]> wrote: > > &g

iBatis article in German print magazine

2007-01-26 Thread Torsten Michelmann
Hi, just wanted to inform you that the German Java print magazine Java Spektrum contains an article about iBatis in the latest issue (1/07). The article was written by me and is at entry level. Link: http://www.sigs-datacom.de/sd/publications/js/2007/01/index.htm -- Greetings Torsten

StaleConnection handling

2006-10-10 Thread Torsten Michelmann
Hi, we are running an app on WAS 6 using iBatis 2.1.7 that accesses a database on iSeries. We use the toolbox driver (com.ibm.as400.access.AS400JDBCConnectionPoolDataSource) to perform the access to the database. In general there is no problem, but in the morning (there is a DB backup during t

Stored Procedure with OUT parameter

2006-08-27 Thread Torsten Michelmann
Hi, I have a problem with iBatis 2.1.7 running against DB2 for AS400 and calling a stored procedure defined as stproc(IN, OUT). The code below is supposed to return me a CompanyPriceList instance where the priceListKey.id is set once the call returns. But actually I just get null (no stacktrac

Re: Table names as parameter

2006-07-10 Thread Torsten Michelmann
Hi, have a look at http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+pass+in+a+dynamic+table+name+-+or+other+uncommon+parameters Basically use $tableName$. This will change the SQL statement before the prepared Statement is created. Original-Nachricht Da

Re: Re: Re: RE: Problem populating a List using groupBy

2006-07-02 Thread Torsten Michelmann
not desperately searching for it). Original-Nachricht Datum: Tue, 27 Jun 2006 16:56:27 +0200 Von: Torsten Michelmann <[EMAIL PROTECTED]> An: user-java@ibatis.apache.org Betreff: Re: Re: RE: Problem populating a List using groupBy > Hi Chris, > > thank you ve

Re: Re: Unit test problem with sql cache

2006-06-30 Thread Torsten Michelmann
ion cache. > > How to solve this problem? I want to disable cache in unit testint > > mode. And enable it during web application page. > > > > -- > > > > Anthony Hong > > > > > > -- > > > > Anthony Hong > > > > > -

Re: Re: RE: Problem populating a List using groupBy

2006-06-27 Thread Torsten Michelmann
> RowHandler instance, and other objects can find them there. > > Of course, if you're dealing with large data sets, putting everything > into a List wouldn't scale all that well. However, for large data sets > the RowHandler is very useful because you can process on

Re: RE: Problem populating a List using groupBy

2006-06-27 Thread Torsten Michelmann
2.1.7 with nested columns in a resultMap, which I > think I hit... > > Anyway, when I wrote to this list about my saga, I was directed at > RowHandler and it made my year. > > Cheers, > Chris > > > -Original Message- > From: Torsten Michelmann [mailto

Re: Re: Problem populating a List using groupBy

2006-06-27 Thread Torsten Michelmann
27;ll see if anything else is > broken. > > Jeff Butler > > > On 6/23/06, Torsten Michelmann <[EMAIL PROTECTED]> wrote: > > > > Hi folks, > > > > again me (seems that I am touching all the rather complicated topics of > > iBatis during my ve

Problem populating a List using groupBy

2006-06-23 Thread Torsten Michelmann
()]); setCustomerOrderItems(coi); } } public List getCustomerOrderItemsList() { if(getCustomerOrderItems()==null) { return new ArrayList(); } else { return Arrays.asList(getCustomerOrderItems()); } } }

Re: Re: RE: Data not commited to DB2

2006-06-21 Thread Torsten Michelmann
not available inside . Is there an explanation for this behaviour? Or should I have done something different? Thanks a lot for the insight Original-Nachricht Datum: Wed, 21 Jun 2006 08:46:01 +0200 Von: Torsten Michelmann <[EMAIL PROTECTED]> An: user-java@ibatis.apache.org,

Re: RE : sql-map-config pb

2006-06-21 Thread Torsten Michelmann
Hi Jeremy, you would also need something like ##SQL here## in the sqlmap. Torsten Original-Nachricht Datum: Wed, 21 Jun 2006 11:30:31 +0200 Von: jeremy jardin <[EMAIL PROTECTED]> An: user-java@ibatis.apache.org Betreff: RE : sql-map-config pb > Thx all right ! > > But now,

Re: RE: Data not commited to DB2

2006-06-20 Thread Torsten Michelmann
k with other inserts. > If the other inserts does not work, then you might have the problem your > are talking about. > > Also take note that code line > myConnection.endTransaction(); > must not be commented. > > Hope that helps. > Christian > > -Original Messa

Data not commited to DB2

2006-06-20 Thread Torsten Michelmann
Hi, I have a problem with insert statements on DB2 8.1 using the current iBatis release. The problem is that they are executed without error but when I query the DB I don't see any of the entries. I strongly assume that it is a configuration problem, but I have spend a couple of hours staring

Re: Re: How to activate iBatis loggin

2006-06-20 Thread Torsten Michelmann
gt; > Serafín Orillán Chaparro > > Isotrol S.A. > > Avda. de la Innovación 1, 3ª planta > > +34 955 036 800 > > e-mail: [EMAIL PROTECTED] > > > > > > -- Gruß Torsten Michelmann "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

RE: AW: Problem with complex properties mapping

2006-05-15 Thread Torsten Michelmann
lic void setProperty(Object o) { > this.property = o; > } > public Object getProperty() { > return this.property; > } > > > -Original Message- > From: Torsten Michelmann [mailto:[EMAIL PROTECTED] > Sent: Monday, 08 May 2006 10:39 > To: user-java@ibatis

Re: AW: Problem with complex properties mapping

2006-05-08 Thread Torsten Michelmann
eff: AW: Problem with complex properties mapping > Datum: Mon, 8 May 2006 12:12:06 +0200 > > Hi Torsten, > > i thnk you're missing a parameterMap or parameterClass attribute in > getColorForArticle statement. > > gruss > michal > > > -Ursprüngliche

Re: Problem with complex properties mapping

2006-05-08 Thread Torsten Michelmann
missing a parameterMap or parameterClass attribute in > > getColorForArticle statement. > > > > gruss > > michal > > > > > > -Ursprüngliche Nachricht- > > Von: Torsten Michelmann [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 8. Mai 2006 11:55 &

Problem with complex properties mapping

2006-05-08 Thread Torsten Michelmann
Hi, I am new to DataMapper and it might be that my problem is rather easy to spot so please bear with me if the problem is trivial but I was not able to solve it for a few days now and I would be glad for any help. I am running queries against an AS/400 using com.ibm.as400.access.AS400JDBCDriver