Turns out the problem is with the Netbeans websocket templates. If you add
the default @OnError @OnError public void OnError() {} You end up with a
runtime fault that kills the web listener thread. Change it to: @OnError
public void OnError(Session s, Throwable t) {} and everything is fine.
--
[Message sent by forum member 'awaldfogel']
View Post: http://forums.java.net/node/897632