Thank you

On Sat, Dec 21, 2019 at 2:31 PM Martin Terra <
martin.te...@koodaripalvelut.com> wrote:

> Follow the stacktrace, looks like there is a reference to
> ava.lang.Object org.apache.wicket.Component.data
> [class=[Ljava.lang.Object;]
>
> maybe anonymous class? If you need an Object, you need to make a
> SerializableObject extends Object implements Serializabe ...
>
> Just study the stacktrace, it will become clear.
>
> **
> Martin
>
> la 21. jouluk. 2019 klo 8.03 ShengChe Hsiao (front...@gmail.com)
> kirjoitti:
>
> > Dear all
> > I faced a strange exception, the error message:
> >
> > A problem occurred while checking object with type:
> > info.sls.WicketApplication
> >
> > Field hierarchy is:
> >
> >   1 [class=info.sls.MapPage, path=1]
> >
> >     private java.lang.Object org.apache.wicket.MarkupContainer.children
> > [class=java.util.ArrayList]
> >
> >       private java.lang.Object
> > org.apache.wicket.MarkupContainer.children[write:27][write:28]
> > [class=org.apache.wicket.markup.html.form.StatelessForm,
> > path=1:formGMapSelect]
> >
> >         private java.lang.Object
> org.apache.wicket.MarkupContainer.children
> > [class=java.util.ArrayList]
> >
> >           private final java.lang.String
> >
> >
> org.apache.wicket.markup.html.form.ChoiceRenderer.idExpression[write:8][write:11]
> > [class=org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink,
> > path=1:formGMapSelect:btnSelect]
> >
> >             final info.sls.GMapPanel info.sls.MapPage$1.val$gMapPanel
> > [class=info.sls.GMapPanel, path=1:gmaps]
> >
> >               java.lang.Object org.apache.wicket.Component.data
> > [class=[Ljava.lang.Object;]
> >
> >                 java.lang.Object org.apache.wicket.Component.data[0]
> > [class=org.apache.wicket.model.LoadableDetachableModel]
> >
> >                   final info.sls.WicketApplication
> > info.sls.WicketApplication$3.this$0 [class=info.sls.WicketApplication]
> > <----- field that is causing the problem
> >
> >
> > I use transient with WicketApplication in my BasePage, but the issue
> > continued.....
> >
> >
> > private transient WicketApplication wicketApplication;
> >
> >
> >
> > Any suggestions?
> > --------------------------------------------------------------------
> > ----------------------------------->
> > To boldly go where no man has gone before.
> > --------------------------------------------------------------------
> > ----------------------------------->
> > We do this not because it is easy. We do this because it is hard.
> > -----------------------------------------------------------------
> > -------------------------------------->
> > If I have seen further it is by standing on the shoulders of giants.
> > ----------------------------------------------------------
> > --------------------------------------------->
> > front...@gmail.com
> >
> >
> --------------------------------------------------------------------------------------------->
> >
>


-- 

----------------------------------------------------------------------->
We do this not because it is easy. We do this because it is hard.
----------------------------------------------------------------------->
ShengChe Hsiao
----------------------------------------------------------------------->
front...@gmail.com
front...@tc.edu.tw
----------------------------------------------------------------------->
VoIP : 070-910-2450
----------------------------------------------------------------------->

Reply via email to