Hello Martin, finally was able to find what is wrong:
Everything starts working after replacing lines 122 and 123 in file: https://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/web/java/org/apache/openmeetings/web/app/Application.java?view=markup getRootRequestMapperAsCompound().add(new NoVersionMapper(getHomePage())); getRootRequestMapperAsCompound().add(new NoVersionMapper("notinited", NotInitedPage.class)); with this one mountPage("notinited", NotInitedPage.class); So I guess my NoVersionMapper works as expected in 6.12.0 and does not work in 6.13.0 Is there ant workaround for this? Thanks in advance! On Wed, Jan 15, 2014 at 2:48 PM, Maxim Solodovnik <solomax...@gmail.com>wrote: > Thanks, > > Will try to pin down the issue and will write back > > > On Wed, Jan 15, 2014 at 2:31 PM, Martin Grigorov <mgrigo...@apache.org>wrote: > >> You can use git bisect if nothing else works. >> >> Martin Grigorov >> Wicket Training and Consulting >> >> >> On Wed, Jan 15, 2014 at 9:29 AM, Martin Grigorov <mgrigo...@apache.org >> >wrote: >> >> > Here are the release notes: >> > >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12325564 >> > Please share when you have more information. >> > We may need to release 6.13.1 if the problem is not easy to workaround. >> > >> > Martin Grigorov >> > Wicket Training and Consulting >> > >> > >> > On Wed, Jan 15, 2014 at 7:28 AM, Maxim Solodovnik <solomax...@gmail.com >> >wrote: >> > >> >> Is there any docs describing what was changed in the behaviors etc. so >> I >> >> can go through our code and fix it? >> >> >> >> Thanks in advance :) >> >> >> >> >> >> On Tue, Jan 14, 2014 at 10:48 PM, Maxim Solodovnik < >> solomax...@gmail.com >> >> >wrote: >> >> >> >> > I do have TimerBehavior, but the issue was reproducible after >> commenting >> >> > it. >> >> > I also have "callback behaviors" can try to comment it out >> >> > >> >> > page version is being removed from the URL using NoVersionMapper: >> (line >> >> > 130) >> >> > >> >> > >> >> >> https://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/web/java/org/apache/openmeetings/web/app/Application.java?view=markup >> >> > >> >> > >> >> > >> >> > On Tue, Jan 14, 2014 at 10:43 PM, Martin Grigorov < >> mgrigo...@apache.org >> >> >wrote: >> >> > >> >> >> Hi, >> >> >> >> >> >> Do you use Ajax timer behavior on that page ? >> >> >> And do you open the same page instance (same url, same pageId) in >> two >> >> >> tabs ? >> >> >> >> >> >> Martin Grigorov >> >> >> Wicket Training and Consulting >> >> >> >> >> >> >> >> >> On Tue, Jan 14, 2014 at 5:36 PM, Maxim Solodovnik < >> >> solomax...@gmail.com >> >> >> >wrote: >> >> >> >> >> >> > Hello all, >> >> >> > >> >> >> > I just have updated to 6.13.0 (to get >> >> >> > WICKET-5435<https://issues.apache.org/jira/browse/WICKET-5435> >> >> >> > ) >> >> >> > Unfortunately application stop working :( >> >> >> > We are using " single page design" but after update the whole >> page is >> >> >> get >> >> >> > reloaded continuously >> >> >> > >> >> >> > Can someone please suggest the way to find the cause of such >> reloads? >> >> >> > I have removed all the changes except for wicket and websockets >> >> library >> >> >> > update. >> >> >> > >> >> >> > Thanks for any help >> >> >> > >> >> >> > -- >> >> >> > WBR >> >> >> > Maxim aka solomax >> >> >> > >> >> >> >> >> > >> >> > >> >> > >> >> > -- >> >> > WBR >> >> > Maxim aka solomax >> >> > >> >> >> >> >> >> >> >> -- >> >> WBR >> >> Maxim aka solomax >> >> >> > >> > >> > > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax