try this
<property name="configLocation">
<value>classpath:YourSqlMapPath/sqlmap-config.xml</value>
</property>
2007/4/10, Loro Diego <[EMAIL PROTECTED]>:
Hello Meindert,
First of all thanks a lot for your response…
I don't understand the meaning of your assertion, is it a problem pointing
to the dtd ?
What is the correlation with the transaction problem ?
Thank you !
------------------------------
*Da:* Meindert [mailto:[EMAIL PROTECTED]
*Inviato:* martedì 10 aprile 2007 11.45
*A:* [email protected]
*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 PROTECTED]
*Sent:* 10 April 2007 11:07 AM
*To:* [EMAIL PROTECTED]
*Cc:* [email protected]
*Subject:* Spring-Ibatis configuration problem.
Hi,
In my project I use Ibatis and Spring (see attachments for details).
While configuring transaction management in Spring I have this problem:
- All Ibatis insert statements goes wrong (I think it is a commit
problem, because I don't get exceptions)
The select statements are all ok.
Can you give me some help?
Thank you very much,
Diego