Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.BETA
-
Fix Version/s: EE-3.2.0.GA
-
Component/s: Samples
-
Labels:None
-
Environment:WebSphere Application Server 8, ICEfaces-EE 3
Description
The ee-accessible-showcase sample application does not deploy correctly to WAS 8
Step 1
The web.xml incorrectly contained a lifecycle element:
<lifecycle>
<phase-listener>com.icesoft.sample.accessible.dataTable.SortHeaderModel</phase-listener>
</lifecycle>
But this was already addressed by Deryk earlier.