Hi,
  I have a JaxRS resource class with method that has a HttpServletRequest
as one of its arguments like below

public Response post(
@FormParam(Parameters.METHOD) String method, // payment method's id
@Context HttpServletRequest servletRequest) throws InvocationException

I find the servletRequest is always null when testing with local transport.
Is it possible to pass the method a mocked servlet request?

Rice

Reply via email to