Old class names for hibernate validator in Configuration
--------------------------------------------------------
Key: HHH-6470
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6470
Project: Hibernate Core
Issue Type: Bug
Reporter: Kirill Sukhanov
org.hibernate.cfg.Configuration class, method
applyHibernateValidatorLegacyConstraintsOnDDL():
Class classValidator = ReflectHelper.classForName(
"org.hibernate.validator.ClassValidator", this.getClass()
);
But in last Hibernate Validator there isn't such class, that's why in log files I
always see:
"Hibernate Validator not found: ignoring"
I don't know, if it has bad influence on smth else.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira