Yes, but it seems to be ignored. A hunch that occurred to me now is that since the exception comes from myfaces startup context listener, the cause may be that in TomEE I'm using myfaces from server lib and in Tomcat from WEB-INF/lib, but I'm unable to test because if I remove myfaces from TomEE I get a NoClassDefFoundError: FacesServlet.
2014-09-04 14:37 GMT-03:00 Romain Manni-Bucau <[email protected]>: > Hi > > did you add atmosphere-compat? > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > 2014-09-04 19:27 GMT+02:00 Felipe Jaekel <[email protected]>: > > Hi, > > > > I'm trying to run an existing application in TomEE plus 1.7.0. It uses > > atmosphere runtime native 2.1.8. > > > > Unless I copy atmosphere JARs to TomEE lib folder, I get > > a java.lang.NoClassDefFoundError: org/apache/catalina/CometProcessor. > > > > The same application run fine in a regular Tomcat 7.0.55 packing > atmosphere > > JARs in WEB-INF/lib(compat jars pulled by maven). > > > > Any ideas? > > > > Thanks >
