Primefaces Push not working for me

2014-08-17 Thread Karl Kildén
Hello, Running various versions of TomEE with Primefaces 5 all results in this problem: ERROR org.primefaces.push.PushServlet: No Annotated class using @PushEndpoint found. Push will not work. Full boot log is here: https://gist.github.com/karlkilden/5b7c1dfe7ba5e5c2bd99 I tried various

Re: Primefaces Push not working for me

2014-08-17 Thread Romain Manni-Bucau
Didn't look in details but fear atmosphere design should be adapted. Here a pointer to discuss with JF Arcand maybe tomee scanning doesn't reuse tomcat scanning cache (so a ServletContainerInitializer is needed). Last point IIRC there is a tomcat integration: did you add it? Romain Manni-Bucau

Re: Primefaces Push not working for me

2014-08-17 Thread Karl Kildén
Hello Romain! Yes I did try the tomcat-compat module, it had no effect for me. I do think Howard has this running though? Not sure :-) On 17 August 2014 19:39, Romain Manni-Bucau rmannibu...@gmail.com wrote: Didn't look in details but fear atmosphere design should be adapted. Here a pointer

Re: Switching to Eclipselink in TomEE plus?

2014-08-17 Thread Karl Kildén
Seems to work fine but I do get this in the log: [EL Info]: 2014-08-17 18:57:56.333--ServerSession(2103498909)--file:/C:/raindance/mp/mp/web/target/mp-web-1.0.0-SNAPSHOT/WEB-INF/lib/mp-domain-1.0.0-SNAPSHOT.jar_ref login successful [EL Warning]: 2014-08-17

Re: Switching to Eclipselink in TomEE plus?

2014-08-17 Thread Howard W. Smith, Jr.
Karl, I informed the list (in another topic/thread) that I saw that nullpointerexception too, since I have eclipselink in my project. I only see this on my DEV server (windows 2008 server, standard edition, 64-bit, JDK 8.0_11). I don't see the exception onmy production server (windows 2008

Re: Primefaces Push not working for me

2014-08-17 Thread Howard W. Smith, Jr.
Karl, Please see PrimeFaces 5.0 user guide, page 530, section 9.5.1 Counter, and then scroll down and look for, package org.primefaces.examples.push.counter; import org.primefaces.push.annotation.OnMessage; import org.primefaces.push.annotation.PushEndpoint; import

Re: Primefaces Push not working for me

2014-08-17 Thread Howard W. Smith, Jr.
Karl, your web.xml looks okay, but my web.xml does not include the following: init-param param-nameorg.atmosphere.annotation.packages/param-name param-valueorg.primefaces.push/param-value /init-param init-param