[ https://jira.terracotta.org/jira//browse/CDV-299?page=comments#action_21732 ] Ryan Crumley commented on CDV-299: ----------------------------------
This fix was applied in the wicket 1.3 svn (wicket 1.3 is not final yet) so no fix is neccesary to terracotta. > 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
