Hi,
We are facing the same problem with Struts 2.3.16.1 , here is the main error
:
java.io.NotSerializableException:
com.opensymphony.xwork2.inject.ContainerImpl$ConstructorInjector

After analysing struts sources, the problem comes from the class
org.apache.struts2.util.InvocationSessionStore which countains an inner
class (InvocationContext) with an attribute invocation, the type of this
attribute is com.opensymphony.xwork2.ActionInvocation, which is a not
Serializable class.
We are still looking for a way to workaround this issue.

Is there any version fixing the bug?



--
View this message in context: 
http://struts.1045723.n5.nabble.com/Serialization-Issue-while-using-tokenInterceptor-tp5717724p5717917.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to