Re: Tomcat session invalidation

2011-10-11 Thread Daniel Kulp
Definitely ask on the Tomcat list. There are so many ways of creating a session that I'm not sure what would really be best here. You *COULD* create an interceptor that would grab the HttpServletRequest out of the incoming Message, wrappers it with one that throws and exception on the

Re: Tomcat session invalidation

2011-10-10 Thread Glen Mazza
That shouldn't be a concern, as SOAP requests are all stateless by default (have REQUEST scope). Glen On 10/10/2011 10:39 AM, David Sills wrote: All: I'm a little confused about something. I'm using Tomcat as my servlet (web-service) container with CXF and want to ensure that web service

RE: Tomcat session invalidation

2011-10-10 Thread David Sills
10, 2011 12:16 PM To: users@cxf.apache.org Subject: Re: Tomcat session invalidation That shouldn't be a concern, as SOAP requests are all stateless by default (have REQUEST scope). Glen On 10/10/2011 10:39 AM, David Sills wrote: All: I'm a little confused about something. I'm using Tomcat

Re: Tomcat session invalidation

2011-10-10 Thread Glen Mazza
, October 10, 2011 12:16 PM To: users@cxf.apache.org Subject: Re: Tomcat session invalidation That shouldn't be a concern, as SOAP requests are all stateless by default (have REQUEST scope). Glen On 10/10/2011 10:39 AM, David Sills wrote: All: I'm a little confused about something. I'm using Tomcat