>>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
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.
>
>
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
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:
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
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
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
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
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
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
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
11 matches
Mail list logo