Author: kai
Date: Tue May 12 18:43:26 2009
New Revision: 774015
URL: http://svn.apache.org/viewvc?rev=774015&view=rev
Log:
IBATIS-600 (maxTransactions, maxRequests, maxSessions settings are of not of
any use anymore but still present in dtd and documentation)
- added comment about maxTransactions, maxRequests, maxSessions beeing no
longer supported
Modified:
ibatis/trunk/java/ibatis-2/ibatis-2-core/src/com/ibatis/sqlmap/engine/builder/xml/sql-map-config-2.dtd
Modified:
ibatis/trunk/java/ibatis-2/ibatis-2-core/src/com/ibatis/sqlmap/engine/builder/xml/sql-map-config-2.dtd
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/ibatis-2/ibatis-2-core/src/com/ibatis/sqlmap/engine/builder/xml/sql-map-config-2.dtd?rev=774015&r1=774014&r2=774015&view=diff
==============================================================================
---
ibatis/trunk/java/ibatis-2/ibatis-2-core/src/com/ibatis/sqlmap/engine/builder/xml/sql-map-config-2.dtd
(original)
+++
ibatis/trunk/java/ibatis-2/ibatis-2-core/src/com/ibatis/sqlmap/engine/builder/xml/sql-map-config-2.dtd
Tue May 12 18:43:26 2009
@@ -46,7 +46,9 @@
<!-- The <settings> element allows you to configure various options and
optimizations for the SqlMapClient
instance that will be built using this XML file. The settings element and all
of its attributes are completely
-optional. -->
+optional. <br>
+Since 2.3.1 maxSessions, maxTransactions and maxRequests are no longer
supported. They are kept for backward compatibility reasons.
+-->
<!ELEMENT settings EMPTY>
<!ATTLIST settings
classInfoCacheEnabled (true | false) #IMPLIED