Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta1
-
Fix Version/s: 2.0-Beta1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:mojarra-2.0.3-FCS-binary
Glimmer revision: 21849
-
Assignee Priority:P1
Description
mojarra-2.0.3-FCS-binary
Glimmer revision: 21849
Server: Tomcat 6.0.26
Browser: FF3.6
Following are the sample test results:
1. Compat basic: clicking on the Show/Hide button or the reload button on ICEfaces page causes Server Internal Error message displaying on the page. Exception thrown to the server:
6-Jul-2010 3:48:52 PM com.sun.faces.application.view.FaceletViewHandlingStrategy handleRenderException
SEVERE: Error Rendering View[/icefaces.xhtml]
java.lang.IllegalStateException: Component ID debugPanel has already been found in the view.
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:820)
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:804)
at com.sun.faces.application.view.StateManagementStrategyImpl.saveView(StateManagementStrategyImpl.java:134)
2. Compat showcase:
- Menu bar: the sub menu does not display
- Split pane panel: the divider is not draggable
- Charts: When choosing chart type, server internal error message shows on the page and exceptions throw:
6-Jul-2010 3:33:37 PM org.icepush.servlet.EnvironmentAdaptingServlet <init>
INFO: Adapting to Thread Blocking environment
javax.faces.FacesException: Unexpected error restoring state for component with id iceform:radialOuputChart.
Cause: java.lang.IllegalStateException: java.lang.InstantiationException: com.icesoft.faces.component.outputchart.PieChart.
at com.sun.faces.application.view.StateManagementStrategyImpl$1.visit(StateManagementStrategyImpl.java:250)
at com.sun.faces.component.visit.FullVisitContext.invokeVisitCallback(FullVisitContext.java:147)
3. Tested successfully
- auction
- compat auction
- basic
- scopes
- fajax
- elementUpdate
Glimmer revision: 21849
Server: Tomcat 6.0.26
Browser: FF3.6
Following are the sample test results:
1. Compat basic: clicking on the Show/Hide button or the reload button on ICEfaces page causes Server Internal Error message displaying on the page. Exception thrown to the server:
6-Jul-2010 3:48:52 PM com.sun.faces.application.view.FaceletViewHandlingStrategy handleRenderException
SEVERE: Error Rendering View[/icefaces.xhtml]
java.lang.IllegalStateException: Component ID debugPanel has already been found in the view.
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:820)
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:804)
at com.sun.faces.application.view.StateManagementStrategyImpl.saveView(StateManagementStrategyImpl.java:134)
2. Compat showcase:
- Menu bar: the sub menu does not display
- Split pane panel: the divider is not draggable
- Charts: When choosing chart type, server internal error message shows on the page and exceptions throw:
6-Jul-2010 3:33:37 PM org.icepush.servlet.EnvironmentAdaptingServlet <init>
INFO: Adapting to Thread Blocking environment
javax.faces.FacesException: Unexpected error restoring state for component with id iceform:radialOuputChart.
Cause: java.lang.IllegalStateException: java.lang.InstantiationException: com.icesoft.faces.component.outputchart.PieChart.
at com.sun.faces.application.view.StateManagementStrategyImpl$1.visit(StateManagementStrategyImpl.java:250)
at com.sun.faces.component.visit.FullVisitContext.invokeVisitCallback(FullVisitContext.java:147)
3. Tested successfully
- auction
- compat auction
- basic
- scopes
- fajax
- elementUpdate
Activity
Joanne Bai
created issue -
Joanne Bai
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Assignee | Ken Fyten [ ken.fyten ] | Ted Goddard [ ted.goddard ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P1 | |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21869 | Thu Jul 08 13:18:36 MDT 2010 | ted.goddard | nasty hack removing extra UIDebug components ( |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/event/DebugTagListener.java
|
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10231 ] | |
Affects Version/s | 2.0-Beta [ 10231 ] |
Ken Fyten
made changes -
Summary | Mojarra 2.0.3 release with Glimmer samples | Mojarra 2.0.3 release State-Saving issues with Glimmer samples |
Salesforce Case | [] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21870 | Thu Jul 08 14:00:06 MDT 2010 | ted.goddard | no-arg constructor required for chart components ( |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/outputchart/AxisChart.java
MODIFY /icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/outputchart/AbstractChart.java MODIFY /icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/outputchart/PieChart.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21874 | Thu Jul 08 15:07:52 MDT 2010 | ted.goddard | update to mojarra-2.0.3-FCS-binary ( |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/lib/jsf-impl.jar
MODIFY /icefaces/scratchpads/glimmer/lib/jsf-api.jar |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Priority | Blocker [ 1 ] | Major [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21928 | Fri Jul 16 12:50:44 MDT 2010 | ted.goddard | component attribute objects must be serializable ( |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/outputchart/AbstractChart.java
|
Ted Goddard
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Joanne Bai
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
1. Can be reproduced by adding <ui:debug> to basic.