JBoss 7.1.1.Final 的 JSF 实现版本是什么? [英] What's the JSF implementation version that JBoss 7.1.1.Final has?

查看:21
本文介绍了JBoss 7.1.1.Final 的 JSF 实现版本是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

JBoss 7.1.1.Final 的 JSF 实现版本是什么?以及我如何知道,以及如何升级它.

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.

我只知道这是 mojarra 实现,仅此而已.

I just know that it's mojarra implementation, but nothing more.

提前致谢.

推荐答案

JBoss AS 7.1.1.Final 随 JSF 2.1.7 一起提供.在此处

The JBoss AS 7.1.1.Final is shipped with JSF 2.1.7. See the release notes here

您可以像这样更新 JSF 模块:

You can update the JSF modules like this:

jboss-jsf-api jar 位于

The jboss-jsf-api jar is located at

${jboss.home.dir}/modules/javax/faces/api/main

here 并将其放在上面的文件夹中,然后将 module.xml 编辑为:

Download the latest 2.0.3.Final from here and place it in the above folder and edit the module.xml to this:

<resource-root path="jboss-jsf-api_2.1_spec-2.0.3.Final.jar"/>

jsf-impl jar 位于

The jsf-impl jar is located at

${jboss.home.dir}/modules/com/sun/jsf-impl/main

here 并将其放在上面的文件夹中并将module.xml 编辑为:

Download jsf-impl 2.1.10 from here and place it in the above folder and edit the module.xml to this:

<resource-root path="jsf-impl-2.1.10-jbossorg-1.jar"/>

现在我们将 JSF 库更新为 7.1.3.Final-SNAPSHOT 中可用的版本.

Now we have the JSF libraries updated to the versions available in 7.1.3.Final-SNAPSHOT.

这篇关于JBoss 7.1.1.Final 的 JSF 实现版本是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆