AsyncSupportListenerAdapter primefaces exception

一笑奈何 提交于 2020-01-13 18:14:20

问题


I am new at jsf , and i am trying to do some examples usinf primefaces and when i try to run this one , http://www.primefaces.org/showcase-labs/push/chat.jsf i am getting an exception like this.

SEVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/primefaces] threw exception [org/atmosphere/cpr/AsyncSupportListenerAdapter] with root cause
java.lang.ClassNotFoundException: org.atmosphere.cpr.AsyncSupportListenerAdapter

I think i have to have an atmosphere jar file but i am not sure. Any suggestions woulde be very helpful.


回答1:


This one helps me to solve my problem.

https://github.com/Atmosphere/atmosphere/wiki/Structure-of-an-Atmosphere%27s-Application



来源:https://stackoverflow.com/questions/14019714/asyncsupportlisteneradapter-primefaces-exception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!