[jboss-jira] [JBoss JIRA] Resolved: (JBAS-8266) JSF configuration cannot be selected for Seam applications
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Fri Jul 30 08:50:49 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stan Silvert resolved JBAS-8266.
--------------------------------
Resolution: Rejected
You are using the wrong context param. It should be:
<context-param>
<param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>
<param-value>Mojarra-1.2</param-value>
</context-param>
You have:
<context-param>
<param-name>org.jboss.jbossfaces.JSF_PROFILE_NAME</param-name>
<param-value>Mojarra-1.2</param-value>
</context-param>
At first I was calling it a JSF Profile, but the name "profile" was taken by the profile service which is a completely different thing. So now I'm calling it a JSF Configuration.
See http://community.jboss.org/wiki/JSFonJBossAS6
> JSF configuration cannot be selected for Seam applications
> ----------------------------------------------------------
>
> Key: JBAS-8266
> URL: https://jira.jboss.org/browse/JBAS-8266
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JSF
> Affects Versions: 6.0.0.M4
> Reporter: Jozef Hartinger
> Assignee: Stan Silvert
> Attachments: blog-ds.xml, jboss-seam-blog.ear
>
>
> Although the JSF profile is set to Mojarra-1.2 in application's web.xml, JSF 2.0 is still on application's classpath.
> To reproduce, use the attached application.
> 1.) Deploy the ear and the datasource file to JBoss AS
> 2.) Go to http://localhost:8080/seam-blog
> 3.) At the bottom of the page you can see JSF version which is 2.0 although it should be 1.2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list