PF 5.3 and PF Push not working for me

UI Components for JSF
Post Reply
vished
Posts: 479
Joined: 02 Feb 2014, 17:38

31 Oct 2015, 17:22

Dear all,

PF5.3 and Push ist not working for me:

web.xml.

Code: Select all

	<!--Primefaces PUSH -->
	<servlet>
		<servlet-name>Push Servlet</servlet-name>
		<servlet-class>org.primefaces.push.PushServlet</servlet-class>
		<load-on-startup>1</load-on-startup>
		<async-supported>true</async-supported>
	</servlet>
	<servlet-mapping>
		<servlet-name>Push Servlet</servlet-name>
		<url-pattern>/primepush/*</url-pattern>
	</servlet-mapping>

Code: Select all

		<!-- PUSH -->
		<dependency>
			<groupId>org.atmosphere</groupId>
			<artifactId>atmosphere-runtime</artifactId>
			<version>2.4.0-RC5</version>
		</dependency>

I´m using Wildfly 8.2

I got this:

Code: Select all

ERROR [org.atmosphere.cpr.AtmosphereFramework] (default task-61) AtmosphereFramework exception: java.lang.IllegalStateException: UT010026: Async is not supported for this request, as not all filters or Servlets were marked as supporting async
Can anybody help me?
PF 8.0

smithh032772
Posts: 6144
Joined: 10 Sep 2011, 21:10

01 Nov 2015, 05:21

Does your web.xml use servlet 2.5 or 3.x?
Howard

PrimeFaces 6.0, Extensions 6.0.0, Push (Atmosphere 2.4.0)
TomEE+ 1.7.4 (Tomcat 7.0.68), MyFaces Core 2.2.9, JDK8
JUEL 2.2.7 | OmniFaces | EclipseLink-JPA/Derby | Chrome

Java EE 6 Tutorial|NetBeans|Google|Stackoverflow|PrimeFaces|Apache

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 58 guests