Hi

I'm using axis 1.2 beta with Jetty 5.0. I'm getting the following exception when
the HTTP session (created by an Axis client) is being destroyed:


java.lang.IllegalStateException
at org.mortbay.jetty.servlet.AbstractSessionManager$Session.getAttribute(AbstractSessionManager.java:663)
at org.apache.axis.transport.http.AxisHTTPSessionListener.destroySession(AxisHTTPSessionListener.java:43)
at org.apache.axis.transport.http.AxisHTTPSessionListener.sessionDestroyed(AxisHTTPSessionListener.java:72)
at org.mortbay.jetty.servlet.AbstractSessionManager$Session.invalidate(AbstractSessionManager.java:645)


According to the Servlet 2.4 spec that exception should not be thrown, so at first sight it looks like
a Jetty issue to me. What do you guys think of this issue? Any workarounds?


Cheers,
Silvano



Reply via email to