aspose file tools
The moose likes Web Services and the fly likes WebServiceContext or handle to session in CXF JAX-RS implementation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "WebServiceContext or handle to session in CXF JAX-RS implementation" Watch "WebServiceContext or handle to session in CXF JAX-RS implementation" New topic
Author

WebServiceContext or handle to session in CXF JAX-RS implementation

Mani Sound
Greenhorn

Joined: Apr 21, 2009
Posts: 1
Hi
I'm using JAX-RS for implementing RESTful service. I'm trying to get hold of session. Over the articles, it is mentioned that we can get it from WebServiceContext in the following manner.
((HttpServletRequest)context.getMessageContext().get(MessageContext.SERVLET_REQUEST)).getSession()

Please find the implementation class, web.xml and spring-config.xml below. The problem is WebServiceContext is null. Can someone please tell me how to get a handle to session?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: WebServiceContext or handle to session in CXF JAX-RS implementation
 
Similar Threads
CXF-RS throwing No operation matching request path /create is found
Application running on Tomcat handles response.sendError() differently than when on Jetty
How to change jetty binding port number in maven.
Accessing HttpServletRequest from Restful webservice
MessageContext is null