Page 1 of 1

Is possible PrimeFaces 7 project with Wildfly 26 or I need to upgrade to Primeface 10

Posted: 05 Oct 2022, 09:13
by seifi
Is possible PrimeFaces 7 project with Wildfly 26 or I need to upgrade to Primeface 10

I use our project with Wildfly-21. But with Wildfly-26, I can't get the project going.
Is that possible?


I think I need to upgrade our project up to primefaces 10.
Because Wildfly 26+ requires Jackarta EE.
Is my thought correct?

https://primefaces.github.io/primefaces ... rta-jsf-30

jakarta (JSF 3.0)

<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>10.0.0</version>
<classifier>jakarta</classifier>
</dependency>

Re: Is possible PrimeFaces 7 project with Wildfly 26 or I need to upgrade to Primeface 10

Posted: 08 Oct 2022, 00:28
by Melloware
as long as WildFly 26 is javax. and not jakarta. you can use PF7 with it just fine.

Wildfly 26 comes in 2 flavors a EE8 flavor you can use wiht PF7 but if you use the EE 9.1 flavor you have to use the PF 10 "jakarta" version of the JAR.