Hallo , Ihave a Problem with Glassfish and Hibernate Validator. As far as I
know Glassfish use Hibernate Validator 4.0.1 and Actual version of the
Hibernate Validator is 4.2.0 . I have problem with the following bug :
Hibernate Validator HV-438 (Call to TraversableResolver.isReachable() threw
an exception)
http://opensource.atlassian.com/projects/hibernate/browse/HV-438 [1] Is it
possible to add the following patch in GlassFish bean-validator.jar in
DefaultTraversableResolver, i added "|| (traversableProperty.getName() ==
null" portion. public boolean isReachable(Object traversableObject, Path.Node
traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject,
ElementType elementType) { return jpaTraversableResolver == null ||
(traversableProperty.getName() == null) ||
jpaTraversableResolver.isReachable( traversableObject, traversableProperty,
rootBeanType, pathToTraversableObject, elementType ); } or somehow disable
bean-validator.jar so my reference to Hibernate Validator 4.2.0 is used with
my fix. thank you
[1]
http://opensource.atlassian.com/projects/hibernate/browse/HV-438
--
[Message sent by forum member 'Seifi']
View Post: http://forums.java.net/node/818719