Vineet Reynolds commented on Bug JDF-360

Just to clarify here, this appears to be a problem with the validation plugin of Forge 1.x, since it generate a validation.xml file with the following entries:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<validation-config xmlns="http://jboss.org/xml/ns/javax/validation/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <default-provider>org.hibernate.validator.HibernateValidator</default-provider>
  <message-interpolator>org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator</message-interpolator>
  <traversable-resolver>org.hibernate.validator.engine.resolver.DefaultTraversableResolver</traversable-resolver>
  <constraint-validator-factory>org.hibernate.validator.engine.ConstraintValidatorFactoryImpl</constraint-validator-factory>
</validation-config>

This is incorrect for EAP 6.1 which uses Hibernate Validator 4.3.1-redhat-1, where the traversable resolver implementation is org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira