Re: Accessing jax-rs (CXF) MessageContext outside service class (in aspect) in Spring (2.5)

2009-10-23 Thread Adrian M
22 2009 11:27:34 am Adrian M wrote: Hey All, I'm trying to access the MessageContext (or WebServiceContext) in an aspect to get access to the HTTPServletRequest for logging purposes. I would like to inject the context like I did for spring-ws but I have not found a way to do it. Here

Accessing jax-rs (CXF) MessageContext outside service class (in aspect) in Spring (2.5)

2009-10-22 Thread Adrian M
Hey All, I'm trying to access the MessageContext (or WebServiceContext) in an aspect to get access to the HTTPServletRequest for logging purposes. I would like to inject the context like I did for spring-ws but I have not found a way to do it. Here is what I used for spring-ws: beans:bean