Page 1 of 1

Wildfly 20 and Barcelona 2 error

Posted: 21 Oct 2020, 21:38
by yadulgonzalez
Hello, I have Barcelona 2.0.1 and Primefaces 8. I am trying to deploy the tag example application over Wildfly 20 but appears this error:

java.lang.RuntimeException: org.apache.webbeans.exception.WebBeansDeploymentException: java.lang.NullPointerException

When I comment this lines in web.xml

<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>

the application runs but datatables filters and pagination does not work normaly.

Thank for any assistance.

Re: Wildfly 20 and Barcelona 2 error

Posted: 23 Oct 2020, 14:02
by mert.sincan
Hi,

Yes, you can remove ConfigureListener in your app. Do you get an error related to Paginator or Filter on the console?

Best Regards,