Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2017-04-17 Thread Sergey Beryozkin
ginal Message- From: MULLER, Anthony [mailto:anthony.mul...@sap.com] Sent: jeudi 29 septembre 2016 15:18 To: users@cxf.apache.org Subject: RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Sergey, Thanks very much, I deployed on Tomcat 7 and it works fine. I will investigate deeper to try to

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-10-05 Thread Sergey Beryozkin
ginal Message- From: MULLER, Anthony [mailto:anthony.mul...@sap.com] Sent: jeudi 29 septembre 2016 15:18 To: users@cxf.apache.org Subject: RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Sergey, Thanks very much, I deployed on Tomcat 7 and it works fine. I will investigate deeper t

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-10-03 Thread Aki Yoshida
>>> and 8), except that all websocket requests are routed to the method having >>> @OnMessage annotation :) >>> >>> It seems it needs some configurations again :) >>> >>> Hope this will help. >>> >>> Best regards, >>&g

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-10-03 Thread Aki Yoshida
>>> and 8), except that all websocket requests are routed to the method having >>> @OnMessage annotation :) >>> >>> It seems it needs some configurations again :) >>> >>> Hope this will help. >>> >>> Best regards, >>&g

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-30 Thread Sergey Beryozkin
mul...@sap.com] Sent: jeudi 29 septembre 2016 15:18 To: users@cxf.apache.org Subject: RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Sergey, Thanks very much, I deployed on Tomcat 7 and it works fine. I will investigate deeper to try to understand what's going on with Tomcat 8.

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-30 Thread Aki Yoshida
nvestigate deeper to try to understand what's going on with Tomcat > 8... > > Regards, > Anthony > > -----Original Message- > From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] > Sent: jeudi 29 septembre 2016 12:17 > To: users@cxf.apache.org > Subject: Re: C

RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-30 Thread MULLER, Anthony
Ok, I get it. Will try to investigate this asap. Regards, Anthony -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: vendredi 30 septembre 2016 12:40 To: users@cxf.apache.org Subject: Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Anthony That

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-30 Thread Sergey Beryozkin
.com] Sent: jeudi 29 septembre 2016 15:18 To: users@cxf.apache.org Subject: RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Sergey, Thanks very much, I deployed on Tomcat 7 and it works fine. I will investigate deeper to try to understand what's going on with Tomcat 8... Regard

RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-29 Thread MULLER, Anthony
ul...@sap.com] Sent: jeudi 29 septembre 2016 15:18 To: users@cxf.apache.org Subject: RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Sergey, Thanks very much, I deployed on Tomcat 7 and it works fine. I will investigate deeper to try to understand what's going on with Tomc

RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-29 Thread MULLER, Anthony
users@cxf.apache.org Subject: Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Anthony Sorry it is my fault, I looked at the master source, not realizing 3.1.7 uses a different Atmosphere version (2.3.7). I've run a websocket_web demo with a Tomcat 7 plugin and it works fine f

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-29 Thread Sergey Beryozkin
ginal Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: mercredi 28 septembre 2016 17:54 To: users@cxf.apache.org Subject: Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Anthony It all looks OK, except that you select the older Atmosphere version, it has to be

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-29 Thread Sergey Beryozkin
ozkin [mailto:sberyoz...@gmail.com] Sent: mercredi 28 septembre 2016 17:54 To: users@cxf.apache.org Subject: Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Anthony It all looks OK, except that you select the older Atmosphere version, it has to be 2.4.3 - so start from removing that pom se

RE: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-29 Thread MULLER, Anthony
] Sent: mercredi 28 septembre 2016 17:54 To: users@cxf.apache.org Subject: Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket Hi Anthony It all looks OK, except that you select the older Atmosphere version, it has to be 2.4.3 - so start from removing that pom section where you get an older

Re: CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-28 Thread Sergey Beryozkin
Hi Anthony It all looks OK, except that you select the older Atmosphere version, it has to be 2.4.3 - so start from removing that pom section where you get an older version from the non-Central maven location. The other thing - enabling async (suspended) continuations is not needed for WebSo

CXF 3.1 + Tomcat 8 + JAR-RS + Atmosphere + WebSocket

2016-09-28 Thread MULLER, Anthony
Hello CXF Experts, Sergey, Aki, I have some issues to implement a simple test using WebSocket with CXF 3.1.7, in a Tomcat 8 Servlet container. To make troubleshooting easier, I shared my demo project (based on the official CXF samples written by Aki): https://github.com/AnthonyMullerPlayground/