Hi, You can get access to ServletContext using something like : XFireServletController.getRequest().getSession().getServletContext(); I hope it works, cause i'm writing this without any ide ;).
-----Original Message----- From: Iván Herrero [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 2:53 PM To: [email protected] Subject: [xfire-user] ServletContext Hi all. I'm using xfire with spring and tomcat, and I need to access a variable in the servlet context. Is this posible from xfire, to say, from a ContextMessage object get a ServletContext? Thanks.
