I have an EAR with inside an EJB module and a WAR module... a classic situation.
If i define a websocket endpoint in the war, all works fine: the clients open their connections and they exhchange messages. If I move the websocket endpoint in the EJB, the class not work and the connection from the client is never openend.
It's possible in Wildfly 9.0.2 define an endpoint inside an EJB module? How can I do?