Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Component/s: Documentation, Framework
-
Labels:None
-
Environment:ICEfaces 1.8.x with JSF 2.0 runtimes, such as Glassfish v3 Preview.
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
ICEfaces 1.8.x is not certified to run on JSF 2.0 runtimes. When this combination is attempted with ICEfaces 1.8.1, it fails with an exception such as
java.lang.ClassNotFoundException: org.icefaces.x.context.BridgeFacesContext2
...rather than logging confusing exceptions we should add detection for JSF 2 and log an informative message, such as: "This version of ICEfaces does not support JSF 2.0. JSF 1.2 is recommended. For JSF 2.0 support ICEfaces 2.0 is recommended."
java.lang.ClassNotFoundException: org.icefaces.x.context.BridgeFacesContext2
...rather than logging confusing exceptions we should add detection for JSF 2 and log an informative message, such as: "This version of ICEfaces does not support JSF 2.0. JSF 1.2 is recommended. For JSF 2.0 support ICEfaces 2.0 is recommended."
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | Add warning message to when JSF 2.0 is detected in ICEfaces 1.x | Add warning message to log when JSF 2.0 is detected in ICEfaces 1.x |
| Salesforce Case | [] |
| Salesforce Case | [] | |
| Fix Version/s | 1.8.2 [ 10190 ] | |
| Affects | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] | |
| Assignee Priority | P3 | |
| Assignee | Deryk Sinotte [ deryk.sinotte ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #19216 | Thu Sep 03 13:55:02 MDT 2009 | deryk.sinotte | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/D2DViewHandler.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Issue Type | Bug [ 1 ] | Task [ 3 ] |
| Salesforce Case | [] |
| Fix Version/s | 1.8.2-RC1 [ 10210 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P3 |

I've added a check for JSF 2.0 and a warning level log message that indicates that the current version of ICEfaces is not supported on 2.0 but have not thrown any exception that would terminate the application as we have some experimental code for running on JSF 2.0 in the core (although it's currently not operational).