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.
- is related to
-
JBIDE-8718 AS server adapter adds a lot of jars which results in errors on linux
- Closed
- relates to
-
JBIDE-1354 Runtimes should be configurable with respect to what jars to return for certain runtimes
- Closed