[bv-dev] BV - Parameter validation being executed twice

Juliano julianomqs at gmail.com
Mon Apr 29 12:48:39 EDT 2019


Hello,

Sorry if this is the wrong place to post this.

I'm developing a JAX-RS webservice endpoint, and I'm using BeanValidation
to validate a bean sent as a method parameter to a POST method, like this:

@POST
public void save(@NotNull @Valid Customer customer) {
    // ... more code ....
}

Then I noticed a custom constraint I created was being executed twice
within that bean.

Is this the default behavior?

Can constraints be executed more than once?

INFO: I'm using BeanValidation 2.0 with WildFly 16.

Thanks a lot.

Atenciosamente,

Juliano Marques


<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Livre
de vírus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>.
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/beanvalidation-dev/attachments/20190429/9b9ae15e/attachment.html 


More information about the beanvalidation-dev mailing list