RE: Error with ibatis runing queryForList

2008-10-22 Thread Yamil Bracho
Would you mind to us your mapping and java code.. ? Date: Wed, 22 Oct 2008 15:55:33 -0400 From: [EMAIL PROTECTED] To: user-java@ibatis.apache.org Subject: Error with ibatis runing queryForList Hi I am gettig following error when trying to sqlSession.queryForList() com.ibatis.sqlmap.engine.impl.

RE: Problems with Dynamic SQL

2008-10-22 Thread Yamil Bracho
Well, I change my mapping to SELECT co_afiliacion, nu_rif, nb_empresa, cce.solicitud_afiliacion.co_sector, cce.sector.nb_sector, cce.solicitud_afiliacion.co_

RE: Problems with Dynamic SQL

2008-10-22 Thread Yamil Bracho
Date: Wed, 22 Oct 2008 10:34:59 -0600 > From: [EMAIL PROTECTED] > To: user-java@ibatis.apache.org > Subject: Re: Problems with Dynamic SQL > > If you put xml tags in a cdata section, they are ignored...that's the > point of the cdata section... > > Larry > >

Problems with Dynamic SQL

2008-10-22 Thread Yamil Bracho
Hi. I have this mapping Where nu_rif is a String field and rifList is an array o String. In java I did: Map parameters = new HashMap(); parameters.put("codigoBanco", codigoBanco); parameters.put("rifList", rifList.split(","));