[
http://opensource.atlassian.com/projects/hibernate/browse/HV-26?page=com....
]
Jo Voordeckers commented on HV-26:
----------------------------------
Another related annoyance I encountered: ClassValidator seems to references
AssertionFailure under org.hibernate instead of the one under
org.hibernate.annotations.common.
This imposes a dependency on the full Hibernate JAR (instead of the 2 small ones for
validation and annotation) as dependency in an Applet where we do some preliminary
validations on our beans before going to the server.
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira