What’s the JSF implementation version that JBoss 7.1.1.Final has? and how can I know, and also how can I upgrade it.
I just know that it’s mojarra implementation, but nothing more.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The JBoss AS 7.1.1.Final is shipped with JSF 2.1.7. See the release notes here
You can update the JSF modules like this:
The jboss-jsf-api jar is located at
Download the latest 2.0.3.Final from here and place it in the above folder and edit the module.xml to this:
The jsf-impl jar is located at
Download jsf-impl 2.1.10 from here and place it in the above folder and edit the module.xml to this:
Now we have the JSF libraries updated to the versions available in 7.1.3.Final-SNAPSHOT.