As soon as upgrading to the new version, I am getting these types of errors
all over the place:

WicketMessage: Internal error cloning object. Make sure all dependent
objects implement Serializable. Class:
com.wsi.mm.ui.shippingrates.ShippingRateGroupPage

Root cause:

java.io.NotSerializableException:
com.wsi.mm.ui.shippingrates.ShippingRateGroupSideBarPanel$2
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
...
at
wicket.protocol.http.HttpSessionStore.setAttribute(HttpSessionStore.java:57)
     at wicket.Session.setAttribute(Session.java:926)
     at wicket.PageMap.put(PageMap.java:526)
     at wicket.Session.touch(Session.java:714)
     at wicket.Page.renderPage(Page.java:422)
     at
wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:226)
...
Complete stack:

wicket.WicketRuntimeException: Internal error cloning object. Make sure all
dependent objects implement Serializable. Class:
com.wsi.mm.ui.shippingrates.ShippingRateGroupPage
at
wicket.protocol.http.HttpSessionStore.setAttribute(HttpSessionStore.java:63)
at wicket.Session.setAttribute(Session.java:926)
....


It works fine with Wicket 1.2 release, but no more with 1.2.1. Please help!
-- 
View this message in context: 
http://www.nabble.com/Wicket-1.2.1-available-tf1992241.html#a5472531
Sent from the Wicket - User forum at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to