users@jersey.java.net

Re: sub-resource method not recognized (405)

From: David Hummel <lemmuh_at_gmail.com>
Date: Thu, 1 Apr 2010 16:11:11 -0400

On Thu, Apr 1, 2010 at 1:53 PM, David Hummel <lemmuh_at_gmail.com> wrote:
>
> I have the following resource class:
[...]
> When I attempt to GET or POST at the URIs of the sub-resource methods
> (.../class/user), I receive a 405:
[...]

Please disregard. I had another resource class with a conflicting URI
space. All is working as expected. My apologies!