Description of problem: The class javax.el.ELContext is missing in Sportsclub example in subproject sportsclub-reservations-webflow. Version-Release number of selected component (if applicable): EAP6 ER5 WFK2 ER4 Sportsclub spring-3 and spring-3.1 variant How reproducible: Always. Steps to Reproduce: 1. package sportsclub example Actual results: [ERROR] /home/trepel/workspace/sportsclub-spring-3.1/sportsclub-reservations-webflow/src/main/java/org/springframework/faces/webflow/FlowFacesContext.java:[114,16] cannot find symbol symbol : class ELContext location: class org.springframework.faces.webflow.FlowFacesContext Expected results: It passes. Additional info: The workaround for this is to add org.jboss.spec.javax.el:jboss-el-api_2.2_spec dependency to the pom.xml of sportsclub-reservations-webflow subproject.
This issue should become obsolete post WFK2.0.0.ER5 when we remove the workaround classes for sports club.
Verified in WFK2 ER5.