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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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
|
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 |
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 | #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
|