On Dec 3, 2010, at 9:45 AM, Christian Ey wrote: > Hey Bean Validators, > > In my current project, I am trying to switch to Apache Bean Validation > instead of Hibernate, because I would like to introduce method parameter > validation. > > Unfortunately, there seems to be a blocking bug in Apache Bean Validation, > where I get constraint violations where I shouldn't if I validate objects > which contain other beans recursively. This breaks existing unit tests which > pass with Hibernate validation. > > I described the problem in https://issues.apache.org/jira/browse/BVAL-88 and > also proposed a fix for it there, which unblocks me locally, but I can't work > with a locally patched version, it would not get approved to be put in my > customer's repo. > > Is it possible to submit the fix?
Hi Christian, I see you've submitted a patch to your Jira -- THANKS! That's the way best way to submit fixes to the project. Would be interested to hear your experiences with method parameter validation. --kevan
