Back to bug 1002971

Who When What Removed Added
Boleslaw Dawidowicz 2013-09-12 12:46:57 UTC Status NEW ASSIGNED
Target Release --- 6.1.1
CC bdawidow
Petr Mensik 2013-10-09 14:02:25 UTC Link ID JBoss Issue Tracker RF-13154
Ken Finnigan 2013-10-15 13:09:48 UTC Doc Text Cause: The push library, Atmosphere, used by a4j:push tries to use a WebSocket class that is not compatible with EAP anymore.

Consequence: Using a4j:push results in server exceptions instead of a valid result.

Workaround (if any): Disable WebSocket support in Atmosphere with web.xml context param:
<context-param>
<param-name>org.atmosphere.useWebSocket</param-name>
<param-value>false</param-value>
</context-param>

Result:
Doc Type Bug Fix Known Issue
Jared MORGAN 2013-10-15 23:25:22 UTC Doc Text Cause: The push library, Atmosphere, used by a4j:push tries to use a WebSocket class that is not compatible with EAP anymore.

Consequence: Using a4j:push results in server exceptions instead of a valid result.

Workaround (if any): Disable WebSocket support in Atmosphere with web.xml context param:
<context-param>
<param-name>org.atmosphere.useWebSocket</param-name>
<param-value>false</param-value>
</context-param>

Result:
Atmosphere, the push library used by a4j:push, was attempting to use a WebSocket class that is no longer compatible with Red Hat JBoss Enterprise Application Platform. This caused a4j:push to throw server exceptions instead of producing a valid result.

To work around the issue, disable WebSocket support in Atmosphere with the web.xml context-param directive:

[source,XML]
----
<context-param>
<param-name>org.atmosphere.useWebSocket</param-name>
<param-value>false</param-value>
</context-param>
----
Jiri Pallich 2013-11-06 17:19:09 UTC CC jpallich
Ken Finnigan 2013-11-07 15:16:14 UTC Status ASSIGNED MODIFIED
Boleslaw Dawidowicz 2013-11-26 10:36:09 UTC Status MODIFIED ON_QA
Target Milestone --- DR01
Petr Mensik 2013-12-17 13:31:20 UTC Status ON_QA VERIFIED
John Skeoch 2015-07-20 01:01:13 UTC CC jsedlace
John Skeoch 2015-08-02 23:47:06 UTC CC jsedlace oskutka
PnT Account Manager 2019-01-01 03:40:05 UTC QA Contact dpospisi tkyjovsk
Red Hat Bugzilla 2021-10-23 04:23:07 UTC Assignee kfinniga nobody

Back to bug 1002971