-
When I try to deploy a cometd war file in GlassFish distribution, I got the
following:
remote failure: Exception while deploying the app : java.lang.Exception:
java.lang.IllegalStateException: Contain…
-
See:
[http://www.nabble.com/grizzly-comet-webserver-gets-stuck-sometime-while-processing-request-td24033280.html](http://www.nabble.com/grizzly-comet-webserver-gets-stuck-sometime-while-processing-re…
-
This issue was previously discussed here:
[http://www.nabble.com/(Cometd-issue-with-encoded-json)Re%3A--Jean-Francois-Arcand%27s-Blog--New-Comment-Posted-to-%27Updating-Grizzly-version-in-GlassFish-v…
-
See:
[http://www.nabble.com/newbie-help%3A-read-from-console%2C-send-to-browser-td18229898.html](http://www.nabble.com/newbie-help%3A-read-from-console%2C-send-to-browser-td18229898.html)
Mainly. we…
-
There is no java based comet or cometd client. There is one available for Jetty
that supports long polling. The javadoc can be found here:
[http://jetty.mortbay.org/jetty-6/apidocs/org/mortbay/cometd/…
-
See:
[http://www.nabble.com/grizzly-comet-webserver-gets-stuck-sometime-while-processing-request-td24033280.html](http://www.nabble.com/grizzly-comet-webserver-gets-stuck-sometime-while-processing-re…
-
This issue was previously discussed here:
[http://www.nabble.com/(Cometd-issue-with-encoded-json)Re%3A--Jean-Francois-Arcand%27s-Blog--New-Comment-Posted-to-%27Updating-Grizzly-version-in-GlassFish-v…
-
There is no message when a user leaves a chat similar to the Jetty chat example
which this example is based on. Could it be this in chat.js :
32 dojox.cometd.unsubscribe("/chat/demo", room, "_chat");…
-
See:
[http://www.nabble.com/newbie-help%3A-read-from-console%2C-send-to-browser-td18229898.html](http://www.nabble.com/newbie-help%3A-read-from-console%2C-send-to-browser-td18229898.html)
Mainly. we…
-
In current implementation, the cometd chat-room does not logout completely.
The dojo client will send a connect message back.
This is because it does not get the expected logout message.
This issue is…