Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Maxim Solodovnik
If M4 can be scheduled in reasonable time-frame I would wait ... In case you can start the VOTE this week for ex. :)) You already have +1 from me :) I have tested potentual M4 using aour main application :) On Thu, Feb 2, 2017 at 2:19 PM, Martin Grigorov wrote: > The only

Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Martin Grigorov
The only workaround I see is to reset org.apache.wicket.Session#sessionInvalidated to false in overridden #invalidateNow() via reflection :-/ The related issue is WICKET-6310. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Feb 2, 2017 at 7:58 AM, Martin

Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Martin Grigorov
On Thu, Feb 2, 2017 at 7:21 AM, Maxim Solodovnik wrote: > Hello Martin, > > This version seems to work as expected :))) > Now the question is: How can I get M4 (or M3.1) : > +1 for a new release from me! > > > On Thu, Feb 2, 2017 at 11:41 AM, Martin Grigorov

Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Maxim Solodovnik
Hello Martin, This version seems to work as expected :))) Now the question is: How can I get M4 (or M3.1) : On Thu, Feb 2, 2017 at 11:41 AM, Martin Grigorov wrote: > Hi Maxim, > > I've fixed a nasty bug related to session management few days ago. > In case you use

Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Martin Grigorov
Hi Maxim, I've fixed a nasty bug related to session management few days ago. In case you use 8.0.0-M3 I'd suggest to try with 8.0.0-SNAPSHOT! On Feb 2, 2017 6:32 AM, "Maxim Solodovnik" wrote: > Hello Martin, > > I have updated our application to wicket-8 and NPE is not

Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Maxim Solodovnik
Hello Martin, I have updated our application to wicket-8 and NPE is not reproducible anymore Now I have even more weird situation: on every second page reload I'm not getting WebSocketBehavior::onConnect messages (Chrome error console empty) I suspect this might be caused by my code :( The logic

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-31 Thread Martin Grigorov
Just tried it with Wicket 8.x Examples on Tomcat 8.5.11 and Jetty 9.4.0 and - works as expected. Please let me know if you find a way to reproduce it with the examples or a quickstart! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jan 31, 2017 at 4:14 PM,

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-31 Thread Martin Grigorov
On Tue, Jan 31, 2017 at 4:10 PM, Maxim Solodovnik wrote: > Also reproducible using FF on Ubuntu 16.10 ... > Unfortunately it is not reproducible using simpler config :( > I would appreciate any workaround due to issue is critical for our project > When the user reloads the

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-31 Thread Maxim Solodovnik
Also reproducible using FF on Ubuntu 16.10 ... Unfortunately it is not reproducible using simpler config :( I would appreciate any workaround due to issue is critical for our project On Tue, Jan 31, 2017 at 3:09 PM, Maxim Solodovnik wrote: > Thanks a lot Martin, > > I can

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-31 Thread Maxim Solodovnik
Thanks a lot Martin, I can send the stacktrace if it will help ... Will try to find reproducible easy steps ... On Tue, Jan 31, 2017 at 2:52 PM, Martin Grigorov wrote: > Hi Maxim, > > I'll try to reproduce it. > > Martin Grigorov > Wicket Training and Consulting >

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-30 Thread Martin Grigorov
Hi Maxim, I'll try to reproduce it. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jan 30, 2017 at 6:16 PM, Maxim Solodovnik wrote: > Forgot versions: > > Tomcat 8.5.9 > Wicket 7.6.0 > Chrome latest > Ubuntu 16.10 latest > > > On

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-30 Thread Maxim Solodovnik
Forgot versions: Tomcat 8.5.9 Wicket 7.6.0 Chrome latest Ubuntu 16.10 latest On Tue, Jan 31, 2017 at 12:06 AM, Maxim Solodovnik wrote: > Hello All, > > I'm observing weird behavior: > I'm displaying wicket page in iframe > For some unknown reason I'm getting NPE in [1] if