[hibernate-issues] [Hibernate-JIRA] Created: (HV-26) Which version of Hibernate Annotations does ClassValidator depend on?

Steven Devijver (JIRA) noreply at atlassian.com
Wed Jun 13 11:35:04 EDT 2007


Which version of Hibernate Annotations does ClassValidator depend on?
---------------------------------------------------------------------

                 Key: HV-26
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-26
             Project: Hibernate Validator
          Issue Type: Bug
          Components: validators
    Affects Versions: 3.0.0.ga
            Reporter: Steven Devijver


According to the Compatibility Matrix on the Hibernate website (http://www.hibernate.org/6.html) Hiberbate Validator 3.3.0 GA depends on Hibernate Annotations 3.3.x.

The only 3.3.x release of Hibernate Annotations is 3.3.0 GA. However, the dependency in the compatibility matrix does not seem to be correct.

When I load ClassValidator in my project I get this error:

The type org.hibernate.annotations.common.reflection.ReflectionManager cannot be resolved. It 
 is indirectly referenced from required .class files

Version 3.3.0 GA of Hibernate Annotations however does not have the class org.hibernate.annotations.common.reflection.ReflectionManager. It does however contain org.hibernate.annotations.common.reflection.EJB3ReflectionManager.

So, which version of Hibernate Annotations should be used with Hibernate Validator 3.0.0 GA?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list