[ https://jira.terracotta.org/jira//browse/CDV-299?page=comments#action_21669 ] Eelco Hillenius commented on CDV-299: -------------------------------------
I just committed a change that let some classes that were overlooked in the first Serializable -> IClusterable pass. They now implement IClusterable. incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/breadcrumb/IBreadCrumbModelListener.java incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/NavigatorLabel.java incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/util/SingleSortState.java incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IComponentBorder.java incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/DefaultTreeState.java incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/IResourceStream.java incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/IValidator.java incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/ValidationError.java That should cover it, right? > 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
