Classes in Spring webflow must be Serializable and will be serialized even when using Terracotta ------------------------------------------------------------------------------------------------
Key: CDV-864 URL: https://jira.terracotta.org/jira//browse/CDV-864 Project: Community Development Issue Type: New Feature Components: SpringRuntime Affects Versions: 2.7.0-stable0 Reporter: Alex Miller Assignee: Issue Review Board This is something we've run across while building the Lassen reference web app using Spring webflow. The classes you're putting in the web flow session must be marked as Serializable for Spring web flow and are actually being serialized/deserialized between calls. Presumably Terracotta is then distributing the serialized form of the objects. It would be better if Terracotta-enabled Spring webflow avoided the serialization altogether as it is not needed. This would also be a performance boost. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.terracotta.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ tc-dev mailing list tc-dev@lists.terracotta.org http://lists.terracotta.org/mailman/listinfo/tc-dev