Same thing happened to me, figured out a bad merge ate up the method decorator.
@POST @Path....
@POST
@Path....
So make sure you specify the method on top of the path definition.