Re: WicketTester with Atmosphere

2013-10-08 Thread Vit Rozkovec
Any hints, please? Vit On 6.10.2013 17:43, Vit Rozkovec wrote: How is it possible to unit test Wicket application that uses Atmosphere? When I run the application everything is ok, when testing, see excerpt of the stacktrace - org.apache.wicket.WicketRuntimeException: There is no

Re: WicketTester with Atmosphere

2013-10-08 Thread francois meillet
Did you include the atmosphere.xml configuration file and configured the AtmosphereServlet ? François On Tue, Oct 8, 2013 at 11:26 AM, Vit Rozkovec rozkovec...@email.cz wrote: Any hints, please? Vit On 6.10.2013 17:43, Vit Rozkovec wrote: How is it possible to unit test Wicket

Re: WicketTester with Atmosphere

2013-10-08 Thread Martin Grigorov
On Tue, Oct 8, 2013 at 12:55 PM, francois meillet francois.meil...@gmail.com wrote: Did you include the atmosphere.xml configuration file and configured the AtmosphereServlet ? He asks about WicketTester+Atmosphere. François On Tue, Oct 8, 2013 at 11:26 AM, Vit Rozkovec rozkovec

Re: WicketTester with Atmosphere

2013-10-08 Thread francois meillet
configuration file and configured the AtmosphereServlet ? He asks about WicketTester+Atmosphere. François On Tue, Oct 8, 2013 at 11:26 AM, Vit Rozkovec rozkovec...@email.cz wrote: Any hints, please? Vit On 6.10.2013 17:43, Vit Rozkovec wrote: How

Re: WicketTester with Atmosphere

2013-10-08 Thread Martin Grigorov
: On Tue, Oct 8, 2013 at 12:55 PM, francois meillet francois.meil...@gmail.com wrote: Did you include the atmosphere.xml configuration file and configured the AtmosphereServlet ? He asks about WicketTester+Atmosphere. François On Tue, Oct 8, 2013 at 11:26 AM, Vit

Re: WicketTester with Atmosphere

2013-10-08 Thread Vit Rozkovec
wrote: Did you include the atmosphere.xml configuration file and configured the AtmosphereServlet ? He asks about WicketTester+Atmosphere. François On Tue, Oct 8, 2013 at 11:26 AM, Vit Rozkovec rozkovec...@email.cz wrote: Any hints, please? Vit On 6.10.2013 17:43, Vit Rozkovec wrote

Re: WicketTester with Atmosphere

2013-10-08 Thread Vit Rozkovec
, Oct 8, 2013 at 11:58 AM, Martin Grigorov mgrigo...@apache.org wrote: On Tue, Oct 8, 2013 at 12:55 PM, francois meillet francois.meil...@gmail.com wrote: Did you include the atmosphere.xml configuration file and configured the AtmosphereServlet ? He asks about WicketTester+Atmosphere

Re: WicketTester with Atmosphere

2013-10-08 Thread Martin Grigorov
francois.meil...@gmail.com wrote: Did you include the atmosphere.xml configuration file and configured the AtmosphereServlet ? He asks about WicketTester+Atmosphere. François On Tue, Oct 8, 2013 at 11:26 AM, Vit Rozkovec rozkovec...@email.cz wrote: Any hints, please? Vit

Re: WicketTester with Atmosphere

2013-10-08 Thread Vit Rozkovec
:58 AM, Martin Grigorov mgrigo...@apache.org wrote: On Tue, Oct 8, 2013 at 12:55 PM, francois meillet francois.meil...@gmail.com wrote: Did you include the atmosphere.xml configuration file and configured the AtmosphereServlet ? He asks about WicketTester+Atmosphere. François On Tue

WicketTester with Atmosphere

2013-10-06 Thread Vit Rozkovec
How is it possible to unit test Wicket application that uses Atmosphere? When I run the application everything is ok, when testing, see excerpt of the stacktrace - org.apache.wicket.WicketRuntimeException: There is no Atmosphere BroadcasterFactory configured. Did you include the