User: patriot1burke
  Date: 01/12/04 21:02:48

  Modified:    src/etc/conf/default standardjaws.xml
  Log:
  renamed select-for-update to row-locking
  
  Revision  Changes    Path
  1.26      +2 -2      jboss/src/etc/conf/default/standardjaws.xml
  
  Index: standardjaws.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/standardjaws.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- standardjaws.xml  2001/11/27 00:15:30     1.25
  +++ standardjaws.xml  2001/12/05 05:02:48     1.26
  @@ -10,7 +10,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: standardjaws.xml,v 1.25 2001/11/27 00:15:30 peter_f Exp $ -->
  +<!-- $Id: standardjaws.xml,v 1.26 2001/12/05 05:02:48 patriot1burke Exp $ -->
   
   <jaws>
      <datasource>java:/DefaultDS</datasource>
  @@ -23,7 +23,7 @@
         <tuned-updates>true</tuned-updates>
         <read-only>false</read-only>
         <time-out>300</time-out>
  -      <select-for-update>false</select-for-update>
  +      <row-locking>false</row-locking>
         <read-ahead>false</read-ahead>
      </default-entity>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to