]
Jaizon F. Lubaton commented on JBIDE-9232:
------------------------------------------
I tried removing faces-config.xml since i don't use it for Jsf 2.1.2 (Mojarra) running
on Jboss 7 and it worked!
JBoss 7: JSF 2 apps stop working
--------------------------------
Key: JBIDE-9232
URL:
https://issues.jboss.org/browse/JBIDE-9232
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M1
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.M3
I'm using JBossTools 3.3_stable_branch.aggregate-Update-2011-06-18_05-30-41-H2.
Now I tried the latest Jenkins Build 1267 of JBoss 7 and I'm getting a classpath
issue regarding JSF 2: JBoss Tools is including
* jsf-api-1.2_13.jar from modules/javax/faces/api/1.2
* jboss-jsf-api_2.0_spec-1.0.0.Final.jar from modules/javax/faces/api/main
It looks like the 1.2 stuff is included earlier in the classpath, so that e.g.
ExternalContext.getFlash(), ExternalContext.invalidateSession() or
Application.createComponent(FacesContext,String,String) are not available.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: