0 Replies Latest reply on Jun 30, 2018 5:52 AM by tbw

    wf13 websockets not work out of box

    tbw

      I have one ejb without problem and second:

       

      @Stateless
      @ServerEndpoint("/WSTEST")

      public class WSEndpoint {

      ...

      }

       

      I see WSEndpoint  in logs, but  no messages in logs about WSTEST set up.

      Don't understand