You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2001/06/03 01:52:32 UTC

cvs commit: jakarta-struts/doc release-notes-1.0-b3.xml

craigmcc    01/06/02 16:52:31

  Modified:    doc      Tag: STRUTS_1_0_BRANCH release-notes-1.0-b3.xml
  Log:
  Last few updates for 1.0-b3.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +10 -0     jakarta-struts/doc/Attic/release-notes-1.0-b3.xml
  
  Index: release-notes-1.0-b3.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/Attic/release-notes-1.0-b3.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- release-notes-1.0-b3.xml	2001/06/01 22:30:24	1.1.2.1
  +++ release-notes-1.0-b3.xml	2001/06/02 23:52:30	1.1.2.2
  @@ -135,6 +135,13 @@
       <p>The following new features have been added to the utility classes
       (package <code>org.apache.struts.util</code>):</p>
       <ul>
  +    <li><code>GenericDataSource</code> can now be configured with a "ping"
  +        type command (via the <code>pingCommand</code> and
  +        <code>pingQuery</code> properties) that will be executed before
  +        returning a connection from <code>getConnection()</code>.  This
  +        can be used to detect stale connections due to timeouts or a
  +        database server restart.  If the ping command fails, the corresponding
  +        connection will be thrown away, and a new one allocated.</li>
       </ul>
   
   
  @@ -241,6 +248,9 @@
           examples.</li>
       <li>Fix the stylesheet used to transform XML into HTML documentation so
           that nested <code>&lt;body&gt;</code> tags are not created.</li>
  +    <li>The DTD for Struts configuration files has been refined to highlight
  +        the fact that you should use <code>&lt;set-property&gt;</code>
  +        elements to configure your data source implementation.</li>
       </ul>
   
       <p>The following changes and bug fixes to the Struts Example Application