mehandih / grails-jaxrs

Automatically exported from code.google.com/p/grails-jaxrs
0 stars 0 forks source link

request Object Missing from Resource #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a  new Resource
2. execute a statement on the request object within the Resource 
3. create an integration test for that resource
4. execute the resource's function

What is the expected output? What do you see instead?
I would expect the request object to be present on the resource, much like a 
controller.  

What version of the product are you using? On what operating system?
0.6

Please provide any additional information below.

Original issue reported on code.google.com by psg9...@gmail.com on 19 Jul 2012 at 6:12