You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/07/31 12:01:34 UTC

[jira] [Commented] (WICKET-4684) NotSerializableException of the field "pageMarkup" in BaseWicketTester$StartComponentInPage

    [ https://issues.apache.org/jira/browse/WICKET-4684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425647#comment-13425647 ] 

Martin Grigorov commented on WICKET-4684:
-----------------------------------------

Why this page is serialized ?
I think WicketTester do not serialize the page at all.
Do you use custom IPageManager for WicketTester ?
                
> NotSerializableException of the field "pageMarkup" in BaseWicketTester$StartComponentInPage
> -------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4684
>                 URL: https://issues.apache.org/jira/browse/WICKET-4684
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.7
>            Reporter: Christian Wellekötter
>
> {noformat}
> WARN  org.apache.wicket.util.lang.WicketObjects Unable to determine object size of Session
> java.io.NotSerializableException: org.apache.wicket.markup.Markup
> 	- field (class "org.apache.wicket.util.tester.BaseWicketTester$StartComponentInPage", name: "pageMarkup", type: "interface org.apache.wicket.markup.IMarkupFragment")
> 	- object (class "org.apache.wicket.util.tester.BaseWicketTester$StartComponentInPage", [Page class = org.apache.wicket.util.tester.BaseWicketTester$StartComponentInPage, id = 1, render count = 2])
> 	- field (class "org.apache.wicket.Component", name: "parent", type: "class org.apache.wicket.MarkupContainer")
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira