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.