You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Christian Wellekötter (JIRA)" <ji...@apache.org> on 2012/07/31 11:57:35 UTC

[jira] [Updated] (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:all-tabpanel ]

Christian Wellekötter updated WICKET-4684:
------------------------------------------

    Description: 
{code: java}
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")
{code}

  was:
{code}
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")
{code}

    
> 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
>
> {code: java}
> 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")
> {code}

--
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