[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6470) Old class names for hibernate validator in Configuration

Kirill Sukhanov (JIRA) noreply at atlassian.com
Thu Jul 21 08:52:15 EDT 2011


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

        


More information about the hibernate-issues mailing list