Hi....i cannot seem to get the commitRequired attribute to take...Any
suggestions??
<sqlMapConfig>
<transactionManager type="JDBC" commitRequired="true">
<dataSource type="JNDI">
<property name="DataSource" value=
"java:comp/env/jdbc/BINPOOL_BIN" />
</dataSource>
</transactionManager>
Cause: com.ibatis.sqlmap.client.SqlMapException: XML Parser Error. Cause:
org.xml.sax.SAXException: Error: URI=null Line=6: Attribute
"commitRequired" must be declared for element type "transactionManager".
Caused by: org.xml.sax.SAXException: Error: URI=null Line=6: Attribute
"commitRequired" must be declared for element type "transactionManager".
com.ibatis.sqlmap.client.SqlMapException: There was an error while building
the SqlMap instance.