On Tue, Oct 8, 2013 at 2:44 PM, Vit Rozkovec <[email protected]> wrote:

>
> Thank you, I'll check it out.
>

WebSocketTester is for Native WebSockets, not for Wicket-Atmosphere
integration.


> v.
>
>
> On 8.10.2013 12:09, Martin Grigorov wrote:
>
>> Yes, because WicketTester doesn't use web.xml/atmosphere.xml.
>> The bootstrap of Atmosphere should be done manually. But I'm not sure that
>> even this will be enough. WicketTester doesn't do real http calls, so
>> Atmosphere won't be able to process them.
>>
>> You can see WebSocketTester in Native WebSocket module. It works like
>> WicketTester.
>>
>>
>> On Tue, Oct 8, 2013 at 1:02 PM, francois meillet <
>> [email protected]
>>
>>> 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.**apa**che.org<http://apache.org>
>>>>>>> <
>>>>>>>
>>>>>> users-unsubscribe@wicket.**apache.org<[email protected]>
>>>>> >
>>>>>
>>>>>> For additional commands, e-mail: [email protected]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>  ------------------------------****----------------------------**
>>>> --**---------
>>>>
>>>>> To unsubscribe, e-mail: 
>>>>> users-unsubscribe@wicket.**apa**che.org<http://apache.org>
>>>>>> <
>>>>>>
>>>>> 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]
>
>

Reply via email to