[hibernate-commits] Hibernate SVN: r20953 - core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/impl.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue May 24 05:33:34 EDT 2011


Author: stliu
Date: 2011-05-24 05:33:34 -0400 (Tue, 24 May 2011)
New Revision: 20953

Modified:
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/impl/SessionFactoryObjectFactory.java
Log:
JBPAPP-6579 HHH6248 Ominous-sounding WARN message from SessionFactoryObjectFactory

Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/impl/SessionFactoryObjectFactory.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/impl/SessionFactoryObjectFactory.java	2011-05-24 09:32:32 UTC (rev 20952)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/impl/SessionFactoryObjectFactory.java	2011-05-24 09:33:34 UTC (rev 20953)
@@ -98,7 +98,7 @@
 				log.warn("Could not bind factory to JNDI", ne);
 			}
 			catch(ClassCastException cce) {
-				log.warn("InitialContext did not implement EventContext");
+				log.debug("InitialContext did not implement EventContext");
 			}
 
 		}



More information about the hibernate-commits mailing list