HHH-6248 Ominous-sounding WARN message from SessionFactoryObjectFactory
This commit is contained in:
parent
2e2ad0a640
commit
3cd50f6e40
|
@ -121,7 +121,7 @@ public class SessionFactoryObjectFactory implements ObjectFactory {
|
||||||
log.warn("Could not bind factory to JNDI", ne);
|
log.warn("Could not bind factory to JNDI", ne);
|
||||||
}
|
}
|
||||||
catch(ClassCastException cce) {
|
catch(ClassCastException cce) {
|
||||||
log.warn("InitialContext did not implement EventContext");
|
log.debug("InitialContext did not implement EventContext");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue