You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2006/10/06 19:58:04 UTC

svn commit: r453713 - /struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml

Author: niallp
Date: Fri Oct  6 10:58:03 2006
New Revision: 453713

URL: http://svn.apache.org/viewvc?view=rev&rev=453713
Log:
Correct database FAQ to indicate that DataSource was removed in Struts 1.3.x

Modified:
    struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml

Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml
URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml?view=diff&rev=453713&r1=453712&r2=453713
==============================================================================
--- struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml (original)
+++ struts/struts1/branches/STRUTS_1_2_BRANCH/doc/faqs/database.xml Fri Oct  6 10:58:03 2006
@@ -155,9 +155,9 @@
     manager should only be used with legacy business classes that don't provide
     their own  connectivity. When possible, we <b>strongly</b> recommend use of
     the standard DAO pattern, so that the Action classes do not need to know
-    anything about the persitence mechanism. <strong>The DataSource manager is being
-    retained in Struts 1.x for backward compatibility but may not be retained
-    in Struts 2.x or later.</strong>
+    anything about the persitence mechanism. <strong>The DataSource manager is
+    retained in Struts 1.2.x for backward compatibility but has been removed
+    in Struts 1.3.x.</strong>
     </p>
 
     <p>