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

查看:109
本文介绍了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

下载来自这里并将其放在上面的文件夹中并将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

这里并将其放在上面的文件夹中并将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天全站免登陆