I have running an webapplication in a clustered wildfly16 environment (full-ha domain mode) with the distributable-web.xml tag.
I want to add websocket support to it, but as soon as I use it in a JSF-page, I'm getting a NotSerializableException for the "* io.undertow.websockets.core.protocol.version13.WebSocket13Channel*".
- is duplicated by
-
WFLY-13941 Failed to persist session attribute with Websocket endpoints
- Closed