Caramba, estou apanhando feito cachorro para fazer esse ATMOSPHERE rodar como dependência para o Primefaces 3.4, mas, até agora só problemas não resolvidos. Alguém já conseguiu configurar redondinho esse atmosphere? Site dele é: “https://github.com/Atmosphere/atmosphere”.
[code]type Exception report
message No AtmosphereHandler found. Make sure you define it inside WEB-INF/atmosphere.xml or annotate using @AtmosphereHandlerService
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.atmosphere.cpr.AtmosphereMappingException: No AtmosphereHandler found. Make sure you define it inside WEB-INF/atmosphere.xml or annotate using @AtmosphereHandlerService
org.atmosphere.cpr.AsynchronousProcessor.action(AsynchronousProcessor.java:187)
org.atmosphere.cpr.AsynchronousProcessor.suspended(AsynchronousProcessor.java:164)
org.atmosphere.container.BlockingIOCometSupport.service(BlockingIOCometSupport.java:101)
org.atmosphere.container.Tomcat7BIOSupportWithWebSocket.doService(Tomcat7BIOSupportWithWebSocket.java:65)
org.atmosphere.container.TomcatWebSocketUtil.doService(TomcatWebSocketUtil.java:87)
org.atmosphere.container.Tomcat7BIOSupportWithWebSocket.service(Tomcat7BIOSupportWithWebSocket.java:61)
org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:1506)
org.atmosphere.cpr.AtmosphereServlet.doPost(AtmosphereServlet.java:297)
org.atmosphere.cpr.AtmosphereServlet.doGet(AtmosphereServlet.java:283)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:393)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.34 logs.[/code]