users@jersey.java.net

[Jersey] BeanValidation silent errors

From: Trenton D. Adams <trenton.d.adams_at_gmail.com>
Date: Fri, 10 Jun 2016 14:08:46 -0600

Is there any way of making Jersey do bean validation with silent errors
that are accessible from the resource class?

I would love to be able to deal with the errors in my own way. i.e. I
don't want errors going to the client, I want them to be output in the JSP.