You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Asma Kaleem (JIRA)" <ji...@apache.org> on 2016/09/15 14:41:20 UTC

[jira] [Created] (TAP5-2563) Session Replication fails with NotSerializableException on Tapestry class

Asma Kaleem created TAP5-2563:
---------------------------------

             Summary: Session Replication fails with NotSerializableException on Tapestry class
                 Key: TAP5-2563
                 URL: https://issues.apache.org/jira/browse/TAP5-2563
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.8
            Reporter: Asma Kaleem


Our Web project uses Tapestry Version 5.3.8 and session replication is enabled by adding <distributable/> tag in web.xml. Our project code only puts Serializable objects in the session. When the application is deployed on Jboss 6.4.6 GA, below exception is thrown 
"org.infinispan.marshall.NotSerializableException: org.apache.tapestry5.internal.EmptyEventContext"
 Reason for this exception is class EmptyEventContext is not Serialized, in such case how should the session replication in web project which uses Tapestry be handled. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)