Hi there 

I have configured iBatis to use JTA like this:

        <transactionManager type="JTA" >
                <property name="UserTransaction" value="UserTransaction"/>
                <dataSource type="JNDI">
                        <property name="DataSource" value="java:/MyDS"/>
                </dataSource>
        </transactionManager>

It worked with JBoss 4.0.3RC2. With JBoss 4.0.3SP1 it doesn't work anymore.
I receive a NameNotFoundException.

Has somebody an idea about this?

Thx
Kind regards
carmine

Reply via email to