Silence the redundant and obnoxious optimistic locking exceptions following the ...
authorPanagiotis Astithas <pastith@gmail.com>
Wed, 28 Jul 2010 10:45:41 +0000 (13:45 +0300)
committerPanagiotis Astithas <pastith@gmail.com>
Wed, 28 Jul 2010 10:45:41 +0000 (13:45 +0300)
jboss-config/5.1.0/conf/jboss-log4j.xml

index 8b1fe19..e54c285 100644 (file)
         <priority value="INFO"/>
    </category>
    
+   <!-- Silence the obnoxious optimistic locking exceptions following the
+   (controversial) advice from bug HHH-537 -->
+   <category name="org.hibernate.event.def.AbstractFlushingEventListener">
+     <priority value="FATAL"/>
+   </category>
+
    <!-- Limit the verbose ehcache operation -->
    <category name="net.sf.ehcache">
       <priority value="INFO"/>