Description
Similar to SYNCOPE-415 (see discussion there), there is another source of bean validation errors leading to an ERROR log entry - via AbstractAttributableDataBinder, which is called from UserDataBinder.create() -> AbstractAttributableDataBinder.fill(). The validation happens in AbstractAttr.addValue().
I suggest reducing the log level in AbstractAttributableDataBinder:224 from ERROR to WARN.