Author: stliu
Date: 2011-05-24 05:32:32 -0400 (Tue, 24 May 2011)
New Revision: 20952
Modified:
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/impl/SessionFactoryObjectFactory.java
Log:
JBPAPP-6579 HHH6248 Ominous-sounding WARN message from SessionFactoryObjectFactory
Modified:
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/impl/SessionFactoryObjectFactory.java
===================================================================
---
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/impl/SessionFactoryObjectFactory.java 2011-05-18
11:55:51 UTC (rev 20951)
+++
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/impl/SessionFactoryObjectFactory.java 2011-05-24
09:32:32 UTC (rev 20952)
@@ -120,7 +120,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");
}
}
Show replies by date