JBoss JSF version

From Foochal

Jump to: navigation, search

Which version of JSF is included in JBoss

Go to your JBoss installation directory, and then navigate to the server/default/deploy/jboss-web.deployer/jsf-libs subfolder.

List the content of the directory.

$ ls 
jboss-faces.jar
jsf-api.jar
jsf-impl.jar

To check the version for jsf-api.jar, unzip the jsf-impl.jar file and open the META-INF/MANIFEST.MF file.

JBoss 4.2.2. GA

Contents of jsf-impl.jar/META-INF/MANIFEST.MF

Manifest-Version: 1.0
Specification-Title: JavaServer Faces
Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
Ant-Version: Apache Ant 1.6.5
Implementation-Title: Sun Microsystems JavaServer Faces Implementation
Specification-Vendor: JBoss (http://www.jboss.org/)
Specification-Version: 1.2MR1
Implementation-Vendor-Id: com.sun
Extension-Name: com.sun.faces
Implementation-Version: 1.2_04-b16-p02
Implementation-Vendor: Sun Microsystems, Inc.
Implementation-URL: http://www.jboss.org/

Template for Jsf articles


Personal tools