You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defining an end-point handler with multiple @BeanParam arguments results in the following error message: "Resource methods cannot have more than one entity parameter."
In particular, the @BeanParams used contain nothing but one @PathParam and a few @QueryParams.
Since this setup works perfectly well, and I have not been able to find any indications against it anywhere, I am reporting it as a bug.
The text was updated successfully, but these errors were encountered:
Defining an end-point handler with multiple
@BeanParam
arguments results in the following error message: "Resource methods cannot have more than one entity parameter."In particular, the
@BeanParam
s used contain nothing but one@PathParam
and a few@QueryParam
s.Since this setup works perfectly well, and I have not been able to find any indications against it anywhere, I am reporting it as a bug.
The text was updated successfully, but these errors were encountered: