aspose file tools
The moose likes Web Services and the fly likes JAX WS: WebServiceContext not getting populated Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JAX WS: WebServiceContext not getting populated" Watch "JAX WS: WebServiceContext not getting populated" New topic
Author

JAX WS: WebServiceContext not getting populated

Anjali S Sharma
Ranch Hand

Joined: Jun 29, 2005
Posts: 279
In my JAX WS webservice "WebServiceContext" variable is not getting populated. This is what I have done



When I call this service method, the context is displayed as null in the server logs.
Can someone please let me know how to resolve this?

Thank you
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
Are those all annotations you have on service endpoint implementation class?
If your service is not running on the JavaEE platform, then this annotation is required, in order for resource injection to be performed.
If you are running on the JavaEE platform, then the rules in JSR-244 apply. See http://jcp.org/en/jsr/detail?id=244
Additional reference: JAX-WS 2.1 Specification, section 5.3
Best wishes!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JAX WS: WebServiceContext not getting populated
 
Similar Threads
how to read config file when web service starts up
WebServiceContext or handle to session in CXF JAX-RS implementation
NullPointerException Trying to Get RemoteIP (why?)
JAX-WS @Resrouce injection still not working
How to get Session context in RESTFul services