Re: MIgration to 1.5.2 seems a disaster

2011-11-05 Thread Jeremy Thomerson
On Sat, Nov 5, 2011 at 4:23 PM, hfriederichs wrote: > I'm sorry, but my initial question was how to debug my migrated > application. > > No matter what I do - for example I commented vast amounts of code, to > reduce the scope of the problem - nothing works. Can you go the opposite direction -

Re: MIgration to 1.5.2 seems a disaster

2011-11-05 Thread hfriederichs
I'm sorry, but my initial question was how to debug my migrated application. No matter what I do - for example I commented vast amounts of code, to reduce the scope of the problem - nothing works. One click: [ERROR] 2011-11-05 20:07:10 org.apache.wicket.request.cycle.RequestCycle:314 - Error

Re: MIgration to 1.5.2 seems a disaster

2011-11-05 Thread Igor Vaynberg
4197 only affects pages that are accessed once a session timed out. in 1.5.2 instead of always throwing a stale page exception wicket tries to recreate the stale page if it was bookmarkable. -igor On Sat, Nov 5, 2011 at 12:30 PM, Ernesto Reinaldo Barreiro wrote: > I think in my case WICKET-4197

Re: MIgration to 1.5.2 seems a disaster

2011-11-05 Thread Ernesto Reinaldo Barreiro
I think in my case WICKET-4197 was causing the problem. Ernesto On Sat, Nov 5, 2011 at 5:34 PM, Ernesto Reinaldo Barreiro wrote: > I´m also having issues with > org.apache.wicket.request.handler.ComponentNotFoundException and > current 1.5.x trunk... I did not stop to look carefully at them yet.

Re: MIgration to 1.5.2 seems a disaster

2011-11-05 Thread Ernesto Reinaldo Barreiro
I´m also having issues with org.apache.wicket.request.handler.ComponentNotFoundException and current 1.5.x trunk... I did not stop to look carefully at them yet. Regards, Ernesto On Sat, Nov 5, 2011 at 5:28 PM, Bas Gooren wrote: > See https://issues.apache.org/jira/browse/WICKET-4163 for your f

Re: MIgration to 1.5.2 seems a disaster

2011-11-05 Thread Bas Gooren
See https://issues.apache.org/jira/browse/WICKET-4163 for your first issue. You can ignore it (it's harmless) or use the workaround until 1.5.3 is released. Your second issue rings a bell (maybe other people reported this recently). It could also be related to https://issues.apache.org/jira/br

MIgration to 1.5.2 seems a disaster

2011-11-05 Thread hfriederichs
Hello, I am trying to migrate from 1.4.18 to 1.5.2. I followed the suggestions on https://cwiki.apache.org/WICKET/migration-to-wicket-15.html I have a Wicket application with 6 tabs. After starting the server and a browser-instance, I get: [ WARN] 2011-11-05 17:00:26 org.apache.wicket.request.han