You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2004/01/09 19:49:38 UTC

cvs commit: jakarta-turbine-fulcrum/security/hibernate/src/test DynamicHibernate.xml BasicHibernate.xml

epugh       2004/01/09 10:49:38

  Modified:    security/hibernate/src/test DynamicHibernate.xml
                        BasicHibernate.xml
  Log:
  Don't show SQL, too much "noise" in JUnit text reports.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-turbine-fulcrum/security/hibernate/src/test/DynamicHibernate.xml
  
  Index: DynamicHibernate.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/security/hibernate/src/test/DynamicHibernate.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DynamicHibernate.xml	5 Dec 2003 23:20:24 -0000	1.1
  +++ DynamicHibernate.xml	9 Jan 2004 18:49:38 -0000	1.2
  @@ -41,8 +41,8 @@
       class="net.sf.hibernate.avalon.HibernateServiceImpl">   
       <parameter name="default.configuration" value="false"/>    
     <session-factory >
  -        <property name="show_sql">true</property>
  -        <property name="use_outer_join">true</property>
  +        <property name="show_sql">false</property>
  +        <property name="use_outer_join">auto</property>
   
           <!-- properties for this SessionFactory only -->
           <property name="hibernate.cglib.use_reflection_optimizer">false</property>
  
  
  
  1.2       +2 -2      jakarta-turbine-fulcrum/security/hibernate/src/test/BasicHibernate.xml
  
  Index: BasicHibernate.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/security/hibernate/src/test/BasicHibernate.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BasicHibernate.xml	5 Dec 2003 23:20:24 -0000	1.1
  +++ BasicHibernate.xml	9 Jan 2004 18:49:38 -0000	1.2
  @@ -29,8 +29,8 @@
       class="net.sf.hibernate.avalon.HibernateServiceImpl">   
       <parameter name="default.configuration" value="false"/>    
     <session-factory >
  -        <property name="show_sql">true</property>
  -        <property name="use_outer_join">true</property>
  +        <property name="show_sql">false</property>
  +        <property name="use_outer_join">auto</property>
   
           <!-- properties for this SessionFactory only -->
           <property name="hibernate.cglib.use_reflection_optimizer">false</property>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org