In JBoss AS we are stuck with version 4.2.0.Final which incorporates a set of other, major bugs (i.e.
HV-524
). I'd love a new release, but will also give the workaround a try.
I think we need to differentiate here. The issue reported here is part of the Bean Validation API artifact. We could release a BV 1.0.1 version to rectify this.
HV-524
, however, is a bug in the reference implementation of Bean Validation - Hibernate Validator. It got fixed in the 4.3 release of Hibernate Validator. This release is still implementing the Bean Validation 1.0 specification, so that you could just replace the Hibernate Validator 4.2.0.Final jar the 4.3.1.Final jar to address this.
|