You always can fall back to create a servlet-filter with a static threadlocal variable...
-----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. März 2006 15:02 An: [email protected] Betreff: RE: [xfire-user] ServletContext 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.
