[ https://jira.terracotta.org/jira//browse/CDV-299?page=comments#action_21683 ] Ryan Crumley commented on CDV-299: ----------------------------------
That list looks good although I can not remember exactly what classes were giving me issues. The entry for org.apache.wicket.util.template may be because we were accidentally getting a TextTemplate included in session but I will have to verify that. Next time I get back to wicket 1.3 I will update and give these changes a try (probably wont be for a week or so). > Wicket cluster configuration is missing some classes > ---------------------------------------------------- > > Key: CDV-299 > URL: https://jira.terracotta.org/jira//browse/CDV-299 > Project: Community Development > Issue Type: Bug > Affects Versions: 2.4-stable0 > Reporter: Ryan Crumley > Assigned To: Eugene Kuleshov > > The wicket module should contain the following snipets in the > instrumented-classes section: > <include> > > <class-expression>org.apache.wicket.util.template..*</class-expression> > <honor-transient>true</honor-transient> > </include> > <include> > > <class-expression>org.apache.wicket.util.resource..*</class-expression> > <honor-transient>true</honor-transient> > </include> > It is unknown if honor transient is required on either of these entries > however honor-transient=true has been tested and works. -- 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 [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
