better log
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17825 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
ecdc192ca4
commit
61e225e2c5
|
@ -874,7 +874,7 @@ public class AnnotationConfiguration extends Configuration {
|
||||||
}
|
}
|
||||||
catch ( ClassNotFoundException e ) {
|
catch ( ClassNotFoundException e ) {
|
||||||
//validator is not present
|
//validator is not present
|
||||||
log.debug( "Validator not present in classpath, ignoring event listener registration" );
|
log.debug( "Legacy Validator not present in classpath, ignoring event listener registration" );
|
||||||
}
|
}
|
||||||
if ( enableValidatorListeners && validateEventListenerClass != null ) {
|
if ( enableValidatorListeners && validateEventListenerClass != null ) {
|
||||||
//TODO so much duplication
|
//TODO so much duplication
|
||||||
|
|
Loading…
Reference in New Issue