Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.BETA
-
Fix Version/s: 3.1.0.BETA1, 3.1, EE-3.0.0.GA_P01
-
Component/s: Bridge
-
Labels:None
-
Environment:ICEfaces 3, Tomcat 7, IE9 with Document Mode IE9
-
Affects:Sample App./Tutorial
Description
Same behavior in the showcase. Details below:
ice:gMap > Render Type
Navigating to the render type page displays Server Internal Error popup. (only reproducible in IE9 with document mode set to IE9, works fine in IE8, IE7, Chrome and FF. Also works in IE9 mode with document mode of IE8 or 7).
Console output for IE9 & document mode set to IE9:
[window] received error message [code: 200]: <?xml version='1.0' encoding='UTF-8'?>
<partial-response><error><error-name>class java.lang.NullPointerException</error-name><error-message><![CDATA[]]></error-message></error><changes><extension aceCallbackParam="validationFailed">{"validationFailed":false}</extension></changes></partial-response>
Related JIRA - ICE-7704
uncomment
//@MenuLink(title = "menu.compat.map.subMenu.type", exampleBeanName = MapType.BEAN_NAME),
in org.icefaces.samples.showcase.example.compat.map.MapBean and launch app in IE9 to reproduce.
NOTE: The showcase application was deployed on Tomcat 7 during the test. It was using the icefaces 3 trunk code (rev#27509). Visually you will be able to see a Server Internal Error popup when navigating to ice:gMap - Render Type example.
ice:gMap > Render Type
Navigating to the render type page displays Server Internal Error popup. (only reproducible in IE9 with document mode set to IE9, works fine in IE8, IE7, Chrome and FF. Also works in IE9 mode with document mode of IE8 or 7).
Console output for IE9 & document mode set to IE9:
[window] received error message [code: 200]: <?xml version='1.0' encoding='UTF-8'?>
<partial-response><error><error-name>class java.lang.NullPointerException</error-name><error-message><![CDATA[]]></error-message></error><changes><extension aceCallbackParam="validationFailed">{"validationFailed":false}</extension></changes></partial-response>
Related JIRA - ICE-7704
uncomment
//@MenuLink(title = "menu.compat.map.subMenu.type", exampleBeanName = MapType.BEAN_NAME),
in org.icefaces.samples.showcase.example.compat.map.MapBean and launch app in IE9 to reproduce.
NOTE: The showcase application was deployed on Tomcat 7 during the test. It was using the icefaces 3 trunk code (rev#27509). Visually you will be able to see a Server Internal Error popup when navigating to ice:gMap - Render Type example.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
Salesforce Case | [] | |
Fix Version/s | 3.0.1 [ 10282 ] |
Salesforce Case | [] | |
Affects | [Sample App./Tutorial] | |
Assignee Priority | P1 | |
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] | Evgheni Sadovoi [ evgheni.sadovoi ] |
Salesforce Case | [] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | EE-3.0.0.GA [ 10262 ] | |
Fix Version/s | 3.0.1 [ 10282 ] |
Salesforce Case | [] | |
Assignee Priority | P1 | P3 |
Assignee | Evgheni Sadovoi [ evgheni.sadovoi ] | Mircea Toma [ mircea.toma ] |
Attachment | IEconsoleOutput.jpg [ 14193 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28458 | Thu Mar 22 09:19:29 MDT 2012 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Salesforce Case | [] | |
Fix Version/s | EE-3.0.0.GA [ 10262 ] | |
Fix Version/s | 3.0.1 [ 10282 ] | |
Fix Version/s | 3.1 [ 10312 ] |
Salesforce Case | [] | |
Component/s | Bridge [ 10011 ] | |
Component/s | Sample Apps [ 10010 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28516 | Mon Mar 26 09:58:02 MDT 2012 | ken.fyten | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P3 | P2 |
Salesforce Case | [] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | EE-3.0.0.GA [ 10262 ] | |
Fix Version/s | 3.0.1 [ 10282 ] |
Assignee | Mircea Toma [ mircea.toma ] | Carmen Cristurean [ ccristurean ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] | |
Assignee Priority | P2 | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 3.1.0.BETA1 [ 10335 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The ice:gMap -> Render Type component page might be commented out in the MapBean.java file:
@MenuLink(title = "menu.compat.map.subMenu.latlong", exampleBeanName = MapLatLong.BEAN_NAME),
@MenuLink(title = "menu.compat.map.subMenu.controls", exampleBeanName = MapControls.BEAN_NAME),
@MenuLink(title = "menu.compat.map.subMenu.zoom", exampleBeanName = MapZoom.BEAN_NAME),
//@MenuLink(title = "menu.compat.map.subMenu.type", exampleBeanName = MapType.BEAN_NAME),
@MenuLink(title = "menu.compat.map.subMenu.load", exampleBeanName = MapLoad.BEAN_NAME)
In order to enable the component page, uncomment the commented line, rebuild and redeploy the showcase.war