Hi,

I  am using IBATIS w/ Spring and wanted to know what would be the default
transaction manager  if there is one not defined in sql-map-config.xml.

All I have is 

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE sqlMapConfig PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN"
"http://www.ibatis.com/dtd/sql-map-config-2.dtd";>

<sqlMapConfig>

        <settings
                cacheModelsEnabled="true"
                enhancementEnabled="true"
                lazyLoadingEnabled="true"
                maxRequests="10"
                maxSessions="1"
                maxTransactions="5"
                useStatementNamespaces="false"
        />

        <typeAlias alias="abc" type="com.abc.bbc"/>

    <sqlMap resource="/WEB-INF/abc.xml"/>

</sqlMapConfig>

Would container manager transaction come into affect if nothing is defined
in sql-map-config.xml ?


-- 
View this message in context: 
http://www.nabble.com/Default-Transaction-Manager-tp15050413p15050413.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to