[Resteasy-users] NettyJaxrsServer not injecting @CookieParam

2013-03-14 Thread Paul.Tiley
Hi all, I was hoping someone would be able to help with an issue I'm having setting up an embedded NettyJaxrsServer (for the purpose of testing). Basically, I'm trying to write integration tests for a fairly simple REST service implemented using RESTeasy 2.3.5. Testing using JUnit and REST-ass

Re: [Resteasy-users] NettyJaxrsServer not injecting @CookieParam

2013-03-14 Thread Bill Burke
Hmmm, it should understand CookieParam. Inject @Context HttpHeaders. See if there are "Cookie" headers. I'll try and reproduce on my end too. On 3/14/2013 8:34 AM, paul.ti...@rbs.com wrote: > Hi all, > I was hoping someone would be able to help with an issue I'm having > setting up an embedded

Re: [Resteasy-users] NettyJaxrsServer not injecting @CookieParam

2013-03-14 Thread Bill Burke
With a simple test (a Resteasy client), CookieParam works, and Cookie is also in HttpHeaders. Let me know what you find out. On 3/14/2013 10:25 AM, Bill Burke wrote: > Hmmm, it should understand CookieParam. > > Inject @Context HttpHeaders. See if there are "Cookie" headers. I'll > try and rep