javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

BayeuxExternalServlet sample user/message is not updated correctly #507

Closed glassfishrobot closed 14 years ago

glassfishrobot commented 15 years ago

In BayeuxExternalServlet sample application, if you change the user name from ChatPigner to ChatPolice from the following. You rebuild and deploy again, the old message with ChatPigner will still show up. The only way to get the updated username ChatPolice is to RESTART the server.

map1.put("chat", "Wake up call form the chatroom "); map1.put("user", "ChatPigner"); (change it to ChatPolice)

I am using NB 6.5 with GlassFish v3 web ea b42 version.

Environment

Operating System: All Platform: Macintosh

Affected Versions

[1.9.22]

glassfishrobot commented 15 years ago

Reported by doris@java.net

glassfishrobot commented 15 years ago

jfarcand@java.net said: Fixed

Sending cometd-javaapiupdate-chat/src/main/java/com/sun/grizzly/bayeux/BayeuxExternalServlet.java Transmitting file data . Committed revision 2811.

glassfishrobot commented 15 years ago

Was assigned to grizzly-issues

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA GRIZZLY-507

glassfishrobot commented 14 years ago

Marked as fixed on Wednesday, December 16th 2009, 6:13:23 pm