-
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…
-
The current Bayeux JAVA API is broken as we need to re-add support for
DeleverRes.setFinished(true) to force the Cometd DataHandler to write the JSON
trailer.
#### Environment
Operating System: All
Pl…
-
Hi,
1\. We are workig on a application using comet where we are creating a separate
channel each user as '/chat/'+username as they logged in so that we can send
the messages users separately instead …
-
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/…
-
While implementing a custom CometDServlet I copied the code from the original
CometDServlet to have a working base. When I call the Servlet after deploying it
on Glassfish V3 Prelude I get a ClassCast…
-
In com.sun.grizzly.cometd.bayeux.Data.toJSON(), the data.keySet() is invoked.
But data is obtained from setMapData(Map) can be null.
This is a potential a NPE.
#### Environment
Operating System: All
P…
-
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");…
-
In current implementation of BayeuxClient.java in extras/cometd-client.
We do a reconnect even after _disconnecting = false.
This will force BayeuxClient to send a connect message even after a disconn…
-
During the porting of Jetty Java Bayeux client this error was encountered. Jetty
client sends messages of content type text/json by default. Grizzly doesn't like
this but still it responds with a 200 …
-
I don't know exactly how to trigger this but Grizzly sometimes replies with a
malformed response like this:
Request(has been URL decoded):
message=
{"channel":"/meta/connect","clientId":"24a3f2867fa…