users@jax-rs-spec.java.net

[jax-rs-spec users] Re: Editors Note 7.2

From: Santiago Pericas-Geertsen <Santiago.PericasGeertsen_at_oracle.com>
Date: Fri, 20 Apr 2012 10:51:56 -0400

On Apr 18, 2012, at 9:20 PM, rsigal_at_redhat.com wrote:

> Hi Santiago,
>
> Yes, exactly. If I were more clever, that is what I would have said.
> ;)
>
> In Resteasy, I have an ExceptionMapper that turns a subclass of
> ConstraintViolationException into a form that gets transported to the
> client, and it includes this basic information (invalid value and
> message), with the intention that an alternative ExceptionMapper could
> be used if more information is desired. So maybe List<? extends
> ValidationError> would be more flexible.

 Changes checked into the trunk.

-- Santiago