My settings section is like that :

 <settings useStatementNamespaces="true" />
 <transactionManager type="JDBC" commitRequired="true">
 
         <property name="DefaultAutoCommit" value="true"/>
        <property name="SetAutoCommitAllowed" value="true"/>

  <dataSource type="SIMPLE">
    <property name="JDBC.Driver" value="oracle.jdbc.driver.OracleDriver"/>
    <property name="JDBC.ConnectionURL"  value="myconnection"/>
    <property name="JDBC.Username" value="****"/>
    <property name="JDBC.Password" value="****"/> 
  </dataSource>
 </transactionManager>


-- 
View this message in context: 
http://www.nabble.com/pb-with-cache-memory-tf2072304.html#a5707708
Sent from the iBATIS - User - Java forum at Nabble.com.

Reply via email to