running our application on JBoss Server the server logs a ClassCastException whenever a new client starts. There seems to be no negative side effects in the application.
2021-10-27 09:08:05,910 MESZ ERROR [io.undertow.websockets.jsr.request] (default task-1) UT026001: Unable to instantiate endpoint: java.lang.ClassCastException: org.eclnt.jsfserver.polling.websocket.WebSocketPollingEndPoint cannot be cast to javax.websocket.Endpoint
JBoss contains websocket API 1.1.
Setting <blockerinfo active="false"/> in system.xml makes the exception disapear.