Hello,
I'm working on clustering an application using Tapestry 5.3.3. Clustering is 
accomplished by replicating the HttpSession to all nodes in the cluster. The 
replication occurs by serializing the HttpSession. When the container attempts 
to serialize the session a NotSerializableException is thrown because 
org.apache.tapestry5.internal.SelectModelImpl is not serializable. Tapestry 
adds this class to the session through the ClusteredSessionImpl class. So it 
does appear Tapestry wants to be cluster friendly by saving relevant 
information to the session. Any thoughts on how to get around this exception?
Thanks!
Steve


The information transmitted, including any content in this communication is 
confidential, is intended only for the use of the intended recipient and is the 
property of The Western Union Company or its affiliates and subsidiaries. If 
you are not the intended recipient, you are hereby notified that any use of the 
information contained in or transmitted with the communication or 
dissemination, distribution, or copying of this communication is strictly 
prohibited. If you have received this communication in error, please notify the 
Western Union sender immediately by replying to this message and delete the 
original message

Reply via email to