In normal production mode everything is ok,
but the problem is when unittesting atmospherised wicket application with WicketTester as application trips on init() method when inicializing EventBus. And I did not wanted to check in the code whether I am in test mode to disable atmosphere calls.




On 8.10.2013 12:02, francois meillet wrote:
The WicketRuntimeException says that there is no Atmosphere
BroadcasterFactory configured


On Tue, Oct 8, 2013 at 11:58 AM, Martin Grigorov <[email protected]>wrote:

On Tue, Oct 8, 2013 at 12:55 PM, francois meillet <
[email protected]> 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 <[email protected]>
wrote:

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 Atmosphere
BroadcasterFactory configured. Did you include the atmosphere.xml
configuration file and configured AtmosphereServlet?
     at org.apache.wicket.atmosphere.**EventBus.**
lookupDefaultBroadcaster(**EventBus.java:131)
     at org.apache.wicket.atmosphere.**EventBus.<init>(EventBus.java:**
123)
     at name.berries.projects.**doprava42.DopravaApplication.**
init(DopravaApplication.java:**144)
.....


I'm creating the EventBus in the init() method as is done in the
examples:
         eventBus = new EventBus(this);

eventBus.getParameters().**setTransport(**AtmosphereTransport.STREAMING)*
*;
eventBus.getParameters().**setLogLevel(**AtmosphereLogLevel.DEBUG);


How can I use WicketTester along with properly setted up Atmosphere
application (using AtmosphereServlet)?


Thank you.
Vit


------------------------------**------------------------------**---------
To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
[email protected]>
For additional commands, e-mail: [email protected]




------------------------------**------------------------------**---------
To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
[email protected]>
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to