Re: iBatis configuration problem

2008-05-28 Thread cuong PN
>>select count(*) from users >> >> >> End of tts_user.xml >> >> And here's how I configure SQLMaps from java file: >> >>private static Reader reader; >>private static String sqlMapConfigResource = >> &quo

Re: iBatis configuration problem

2008-05-28 Thread Jeff Butler
Resources.getResourceAsReader(sqlMapConfigResource); > sqlMapper = SqlMapClientBuilder.buildSqlMapClient(reader); >List resultList = sqlMapper.queryForList("TTS_USER.countUsers"); >logger.debug(resultList); >reader.close(); > > Hope to hear from your reply soon! Thanks again! > -- > View this message in context: > http://www.nabble.com/iBatis-configuration-problem-tp17516022p17516022.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >

iBatis configuration problem

2008-05-28 Thread cuong PN
pClientBuilder.buildSqlMapClient(reader); List resultList = sqlMapper.queryForList("TTS_USER.countUsers"); logger.debug(resultList); reader.close(); Hope to hear from your reply soon! Thanks again! -- View this message in context: http://www.nabble.com/iBatis-co

Re: R: Spring-Ibatis configuration problem.

2007-04-10 Thread Rogov Andrey
t; To: [EMAIL PROTECTED] LD> Cc: user-java@ibatis.apache.org LD> Subject: Spring-Ibatis configuration problem. LD> Hi, LD> In my project I use Ibatis and Spring (see attachments for details). LD> While configuring transaction management in Spring I have this problem:

Re: R: Spring-Ibatis configuration problem.

2007-04-10 Thread Andrey Rogov
lation with the transaction problem ? Thank you ! -- *Da:* Meindert [mailto:[EMAIL PROTECTED] *Inviato:* martedì 10 aprile 2007 11.45 *A:* user-java@ibatis.apache.org *Oggetto:* RE: Spring-Ibatis configuration problem. You are pointing to http://www.ibatis.com/dt

R: Spring-Ibatis configuration problem.

2007-04-10 Thread Loro Diego
EMAIL PROTECTED] Inviato: martedì 10 aprile 2007 11.45 A: user-java@ibatis.apache.org Oggetto: RE: Spring-Ibatis configuration problem. You are pointing to http://www.ibatis.com/dtd/sql-map-2.dtd in your configuration From: Loro Diego [mailto:[EMAIL PROT

RE: Spring-Ibatis configuration problem.

2007-04-10 Thread Meindert
You are pointing to http://www.ibatis.com/dtd/sql-map-2.dtd in your configuration _ From: Loro Diego [mailto:[EMAIL PROTECTED] Sent: 10 April 2007 11:07 AM To: [EMAIL PROTECTED] Cc: user-java@ibatis.apache.org Subject: Spring-Ibatis configuration problem. Hi, In my

Re: Junit / Ibatis Configuration Problem

2005-10-12 Thread Dan Bradley
s would accept a quote between 2 tags? > > Cheers > > Jean-Francois > > -Original Message- > From: Voorhoeve, Niels {PBG} [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 12, 2005 2:28 AM > To: user-java@ibatis.apache.org > Subject: RE: Junit / Ibatis Conf

RE: Junit / Ibatis Configuration Problem

2005-10-11 Thread Jean-Francois Poilpret
Wednesday, October 12, 2005 2:28 AM To: user-java@ibatis.apache.org Subject: RE: Junit / Ibatis Configuration Problem It seems the issue is my tag in the element. Anyone have an idea why the following is unacceptable? I have version 2.1.5. As far as I can tell it conforms. Tha

RE: Junit / Ibatis Configuration Problem

2005-10-11 Thread Voorhoeve, Niels {PBG}
batis Configuration Problem Hi, I'm having trouble using junit to test my ibatis setup. I am able to run 'static void main' tests within Eclipse with no problem. However when I run the same test within Junit it fails. It seems that Ibatis has trouble parsing the configuration file

Junit / Ibatis Configuration Problem

2005-10-11 Thread Voorhoeve, Niels {PBG}
Hi, I'm having trouble using junit to test my ibatis setup. I am able to run 'static void main' tests within Eclipse with no problem. However when I run the same test within Junit it fails. It seems that Ibatis has trouble parsing the configuration files when run via Junit and generates tons of