Bug 814608 - Sportsclub example can't be packaged due to missing javax.el.ELContext class
Summary: Sportsclub example can't be packaged due to missing javax.el.ELContext class
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Spring
Version: 2.0.0.ER4
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: ---
: 2.0.0.ER5
Assignee: Marius Bogoevici
QA Contact: Tomas Repel
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-20 08:46 UTC by Tomas Repel
Modified: 2013-03-04 01:00 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-06-22 07:32:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomas Repel 2012-04-20 08:46:08 UTC
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.

Comment 1 Marius Bogoevici 2012-04-24 16:30:40 UTC
This issue should become obsolete post WFK2.0.0.ER5 when we remove the workaround classes for sports club.

Comment 2 Tomas Repel 2012-05-14 12:46:44 UTC
Verified in WFK2 ER5.


Note You need to log in before you can comment on or make changes to this bug.