What is Atmosphere doing wrong so i cant debug the websocket

2012-11-29 Thread MattyDE
Hi Folks,

iam using Wicket 6.2.0 with Wicket-Atmosphere 0.4 and everything works
great, but Iam not able to debug the websocket-transfer in Chrome
Debug-Tools like its explained and working here :
http://blog.kaazing.com/2012/05/09/inspecting-websocket-traffic-with-chrome-developer-tools/

Is there something wrong with the initialization of the WebSocket in
Atmosphere so Chrome cant identify it as a WebSocket?

Iam also want to know, how i could disable the window.info/.console output
on every WebSocket-Pull

Thanks in Advance for any Hints or Help :)

- Matty



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/What-is-Atmosphere-doing-wrong-so-i-cant-debug-the-websocket-tp4654322.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: What is Atmosphere doing wrong so i cant debug the websocket

2012-11-29 Thread Nick Pratt
Are you sure  web socket connection was established? Maybe your connection
is long-polling.

N
On Nov 29, 2012 7:36 AM, MattyDE ufer.mar...@gmail.com wrote:

 Hi Folks,

 iam using Wicket 6.2.0 with Wicket-Atmosphere 0.4 and everything works
 great, but Iam not able to debug the websocket-transfer in Chrome
 Debug-Tools like its explained and working here :

 http://blog.kaazing.com/2012/05/09/inspecting-websocket-traffic-with-chrome-developer-tools/

 Is there something wrong with the initialization of the WebSocket in
 Atmosphere so Chrome cant identify it as a WebSocket?

 Iam also want to know, how i could disable the window.info/.console output
 on every WebSocket-Pull

 Thanks in Advance for any Hints or Help :)

 - Matty



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/What-is-Atmosphere-doing-wrong-so-i-cant-debug-the-websocket-tp4654322.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: What is Atmosphere doing wrong so i cant debug the websocket

2012-11-29 Thread MattyDE
How should i test this? I did no special configuration and testing it with
the latest google chrome, which supports WebSockets.

I think the atmosphere implementation tests on clientside which type of
transfer is possible (WebSocket, SSE, Long-Polling etc.)



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/What-is-Atmosphere-doing-wrong-so-i-cant-debug-the-websocket-tp4654322p4654327.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: What is Atmosphere doing wrong so i cant debug the websocket

2012-11-29 Thread Martin Grigorov
Atmosphere checks both the client and the server capabilities to decide
which transport to use.
Some web servers do not support WebSocket.


On Thu, Nov 29, 2012 at 2:18 PM, MattyDE ufer.mar...@gmail.com wrote:

 How should i test this? I did no special configuration and testing it with
 the latest google chrome, which supports WebSockets.

 I think the atmosphere implementation tests on clientside which type of
 transfer is possible (WebSocket, SSE, Long-Polling etc.)



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/What-is-Atmosphere-doing-wrong-so-i-cant-debug-the-websocket-tp4654322p4654327.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: What is Atmosphere doing wrong so i cant debug the websocket

2012-11-29 Thread Martin Grigorov
7.0.27 added support for WebSockets


On Thu, Nov 29, 2012 at 2:32 PM, MattyDE ufer.mar...@gmail.com wrote:

 Oh okay.. iam Using Tomcat 7.0.12 without any special configuration



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/What-is-Atmosphere-doing-wrong-so-i-cant-debug-the-websocket-tp4654322p4654329.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: What is Atmosphere doing wrong so i cant debug the websocket

2012-11-29 Thread Nick Pratt
Its likely your web server capabilities / configuration


On Thu, Nov 29, 2012 at 8:18 AM, MattyDE ufer.mar...@gmail.com wrote:

 How should i test this? I did no special configuration and testing it with
 the latest google chrome, which supports WebSockets.

 I think the atmosphere implementation tests on clientside which type of
 transfer is possible (WebSocket, SSE, Long-Polling etc.)



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/What-is-Atmosphere-doing-wrong-so-i-cant-debug-the-websocket-tp4654322p4654327.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org