<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>In the current revision of the spec, the value-extractor element is at the same level as message-interpolator for instance.<br><br></div>So, when you want to add several value-extractors, you end up having the following:<br>&lt;validation-config&gt;<br><br>    &lt;message-interpolator&gt;org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.MessageInterpolatorUsingDependencyInjection&lt;/message-interpolator&gt;<br><br>    &lt;value-extractor&gt;package.MapKeyValueExtractorUsingDependencyInjection&lt;/value-extractor&gt;<br>    &lt;value-extractor&gt;package.MapValueValueExtractorUsingDependencyInjection&lt;/value-extractor&gt;<br><br>&lt;/validation-config&gt;<br><br></div>I was thinking that we should maybe wrap it into a value-extractors element. It would be nicer and more consistent with the usual conventions.<br><br></div>What do you all think about it?<br><br>-- <br></div>Guillaume<br></div>