hi marty, thank you for taking the time.

wiki is too slow for me to be usable right now, if you have a sec could you edit the post and change this

getDebugSettings()...

to

getDebugSettings().setSerializeSessionAttributes(false);

i didnt have the source with me when i answered and couldnt remember the exact name of the func.

-Igor


On 7/24/06, Marty Backe < [EMAIL PROTECTED]> wrote:
Done. Captured in the FAQ: http://www.wicket-wiki.org.uk/wiki/index.php/FAQs

Eelco Hillenius wrote:
> Yeah, that would make sense. We have one on the WIKI don't we?
>
> Eelco
>
>
> On 7/24/06, Frank Bille Jensen < [EMAIL PROTECTED]> wrote:
>
>> Perhaps it should be a FAQ?
>>
>>
>> On Mon, 2006-07-24 at 11:12 -0700, Igor Vaynberg wrote:
>>
>>> are you in development mode?
>>>
>>> if so this is a debug feature to help you find potential problems when
>>> your app will run clustered. it checks your component graphs to make
>>> sure everything is serializable as it has to be for clustering
>>>
>>> if you are not going to cluster you can turn this off by doing
>>> getDebugSettings().... in your application.init()
>>>
>>> in deployment mode this setting is turned off by default
>>>
>>> -Igor
>>>
>>>
>>> On 7/24/06, samyem < [EMAIL PROTECTED]> wrote:
>>>
>>>         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
>>>
>>> -------------------------------------------------------------------------
>>> 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
>>>
>> -------------------------------------------------------------------------
>> 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
>>
>>
>
> -------------------------------------------------------------------------
> 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
>
>


--

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

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