User: dsundstrom
  Date: 02/01/15 16:20:35

  Modified:    src/resources/cmp2/relationship/META-INF jbosscmp-jdbc.xml
  Log:
  Set test to use read ahead on find.
  
  Revision  Changes    Path
  1.2       +2 -1      
jbosstest/src/resources/cmp2/relationship/META-INF/jbosscmp-jdbc.xml
  
  Index: jbosscmp-jdbc.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/resources/cmp2/relationship/META-INF/jbosscmp-jdbc.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jbosscmp-jdbc.xml 2001/12/11 02:12:05     1.1
  +++ jbosscmp-jdbc.xml 2002/01/16 00:20:35     1.2
  @@ -9,7 +9,8 @@
      <defaults>
         <create-table>true</create-table>
         <remove-table>true</remove-table>
  -      <relation-mapping-style>foreign-key</relation-mapping-style>
  +      <pk-constraint>true</pk-constraint>
  +      <read-ahead><strategy>on-find</strategy></read-ahead>
      </defaults>
   
      <relationships>
  
  
  

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

Reply via email to