I've found it! I had a "HttpSession supported: false" in my start-up Tomcat logs when using Atmosphere 1.0.5. I don't know why, but I assume it's a default behaviour change because when using Atmosphere 1.0.0 and changing nothing else, I had: "HttpSession supported: true". So I've followed instructions on this page: https://github.com/Atmosphere/atmosphere/wiki/Enabling-HttpSession-Supportand it works like a charm!
Cheers, men! Pierre On Fri, Jan 11, 2013 at 5:22 PM, Emond Papegaaij <[email protected] > wrote: > Yes, it should work with any 1.0 version. I think you should try to verify > the > AJAX-messges, perhaps with Wicket's AJAX-debugger. > > Best regards, > Emond > > On Friday 11 January 2013 17:06:09 Pierre Goupil wrote: > > Sure! But it doesn't help. And as I said, there is no error in my logs, > > neither client-side nor server-side. > > > > As I understand things, it should work with any version of Atmosphere > > starting from 1.0.0, right? > > > > Do you have any clue? > > > > Regards, > > > > Pierre > > > > > > > > > > On Thu, Jan 10, 2013 at 1:07 PM, Emond Papegaaij < > [email protected] > > > wrote: > > > > > > With recent versions of wicket-atmosphere, you are required to add this > > > parameter to the AtmosphereServlet: > > > <init-param> > > > > > > > <param-name>org.atmosphere.cpr.broadcastFilterClasses</param-name> > > > > > > > <param-value>org.apache.wicket.atmosphere.TrackMessageSizeFilter</param- > > > value> > > > </init-param> > > > > > > Did you add that? > > > > > > Best regards, > > > Emond > > > > > > On Tuesday 08 January 2013 23:52:40 Pierre Goupil wrote: > > > > Good evening, > > > > > > > > Which version of the atmosphere runtime am I supposed to use with > > > > wicket-atmosphere? > > > > > > > > In my app, when I use atmosphere 1.0.0 everything works, but when I > use > > > > atmosphere 1.0.4 or 1.0.5, no Comet channel works. I use > > > > > > wicket-atmosphere > > > > > > > 0.7-SNAPSHOT. > > > > > > > > Regards, > > > > > > > > Pierre > -- "Parce que c'est la nuit qu'il est beau de croire à la lumière." Edmond Rostand
