Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.BETA
-
Fix Version/s: 3.1.0.RC1, 3.1, EE-3.2.0.BETA, EE-3.2.0.GA
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces 3.0.x-maintenance branch rev. 28123 (WAS7), 28205 (Glassfish2.1.1) with MyFaces
Servers: WAS7 (lnvm2), Glassfish2.1.1 (lnvm1)
Browsers: all
-
Assignee Priority:P1
-
Affects:Compatibility/Configuration
Description
If deploying the showcase application built with MyFaces libraries onto IBM WebSphere7 or Glassfish 2.1.1, when loading the main page in any browser, no content is rendered for any of the ACE or ICE components - see attached screen shot.
Steps to reproduce:
WAS7 (lnvm2):
- Build the showcase.war with MyFaces:
ant clean servlet-profile -Dmyfaces="true"
- start WAS7, deploy the war file using the admin console using: http://wiki.icesoft.com/display/IFEE2/Server+Configuration+Appendices .
- load the showcase main page in any browser:
http://lnvm2.icesoft.domain:9081/showcase
Glassfish2.1.1 (lnvm1):
- Build the showcase.war with MyFaces:
ant clean servlet-profile -Dmyfaces="true"
- Add a run-time deployment descriptor (sun-web.xml) file to the WEB-INF directory of the showcase app, with the content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD
Application Server 9.0 Servlet 2.5//EN'
'http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd'>
<sun-web-app>
<class-loader delegate="false" />
<property name="useBundledJsf" value="true"/>
</sun-web-app>
- start Glassfish 2.1.1, deploy the war file to location: /opt/glassfish/glassfish_v2.1.1/domains/domain1/autodeploy
- load the showcase main page in any browser:
http://lnvm2.icesoft.domain:9081/showcase
Steps to reproduce:
WAS7 (lnvm2):
- Build the showcase.war with MyFaces:
ant clean servlet-profile -Dmyfaces="true"
- start WAS7, deploy the war file using the admin console using: http://wiki.icesoft.com/display/IFEE2/Server+Configuration+Appendices .
- load the showcase main page in any browser:
http://lnvm2.icesoft.domain:9081/showcase
Glassfish2.1.1 (lnvm1):
- Build the showcase.war with MyFaces:
ant clean servlet-profile -Dmyfaces="true"
- Add a run-time deployment descriptor (sun-web.xml) file to the WEB-INF directory of the showcase app, with the content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD
Application Server 9.0 Servlet 2.5//EN'
'http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd'>
<sun-web-app>
<class-loader delegate="false" />
<property name="useBundledJsf" value="true"/>
</sun-web-app>
- start Glassfish 2.1.1, deploy the war file to location: /opt/glassfish/glassfish_v2.1.1/domains/domain1/autodeploy
- load the showcase main page in any browser:
http://lnvm2.icesoft.domain:9081/showcase
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Attachment | showcase-myfaces-glassfish2.1.1-was7.png [ 14146 ] |
Attachment | server.log [ 14147 ] |
Environment |
ICEfaces 3.0.x-maintenance branch rev. 28123 (WAS7), 28205 (Glassfish2.1.1) with MyFaces Servers: WAS7, Glassfish2.1.1 Browsers: all |
ICEfaces 3.0.x-maintenance branch rev. 28123 (WAS7), 28205 (Glassfish2.1.1) with MyFaces Servers: WAS7 (lnvm2), Glassfish2.1.1 (lnvm1) Browsers: all |
Salesforce Case | [] | |
Description |
If deploying the showcase application built with MyFaces libraries onto IBM WebSphere7 or Glassfish 2.1.1, when loading the main page in any browser, no content is rendered for any of the ACE or ICE components - see attached screen shot. Steps to reproduce: WAS7 (lnvm2): - Build the showcase.war with MyFaces: ant clean servlet-profile -Dmyfaces="true" - start WAS7, deploy the war file using the admin console using: http://wiki.icesoft.com/display/IFEE2/Server+Configuration+Appendices . - load the showcase main page in any browser: http://lnvm2.icesoft.domain:9081/showcase Glassfish2.1.1 (lnvm1): - Build the showcase.war with MyFaces: ant clean servlet-profile -Dmyfaces="true" - Add a run-time deployment descriptor (sun-web.xml) file to the WEB-INF directory of the showcase app, with the content: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN' 'http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd'> <sun-web-app> <class-loader delegate="false" /> <property name="useBundledJsf" value="true"/> </sun-web-app> - start Glassfish 2.1.1, deploy the war file to location: /opt/glassfish/glassfish_v2.1.1/domains/domain1/autodeploy - load the showcase main page in any browser: http://lnvm2.icesoft.domain:9081/showcase |
If deploying the showcase application built with MyFaces libraries onto IBM WebSphere7 or Glassfish 2.1.1, when loading the main page in any browser, no content is rendered for any of the ACE or ICE components - see attached screen shot. Steps to reproduce: WAS7 (lnvm2): - Build the showcase.war with MyFaces: ant clean servlet-profile -Dmyfaces="true" - start WAS7, deploy the war file using the admin console using: http://wiki.icesoft.com/display/IFEE2/Server+Configuration+Appendices . - load the showcase main page in any browser: http://lnvm2.icesoft.domain:9081/showcase Glassfish2.1.1 (lnvm1): - Build the showcase.war with MyFaces: ant clean servlet-profile -Dmyfaces="true" - Add a run-time deployment descriptor (sun-web.xml) file to the WEB-INF directory of the showcase app, with the content: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN' 'http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd'> <sun-web-app> <class-loader delegate="false" /> <property name="useBundledJsf" value="true"/> </sun-web-app> - start Glassfish 2.1.1, deploy the war file to location: /opt/glassfish/glassfish_v2.1.1/domains/domain1/autodeploy - load the showcase main page in any browser: http://lnvm2.icesoft.domain:9081/showcase |
Salesforce Case | [] | |
Fix Version/s | EE-3.0.0.GA [ 10262 ] | |
Assignee Priority | P1 | |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Salesforce Case | [] | |
Assignee | Deryk Sinotte [ deryk.sinotte ] | Arturo Zambrano [ artzambrano ] |
Salesforce Case | [] | |
Assignee | Arturo Zambrano [ artzambrano ] | Deryk Sinotte [ deryk.sinotte ] |
Assignee | Deryk Sinotte [ deryk.sinotte ] | Ken Fyten [ ken.fyten ] |
Salesforce Case | [] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | EE-3.0.0.GA [ 10262 ] |
Salesforce Case | [] | |
Affects | [Compatibility/Configuration] |
Summary | showcase app - content not rendered if using MyFaces on WAS7 and Glassfish2.1.1 | showcase app - content not rendered if using MyFaces on WAS7 |
Salesforce Case | [] |
Salesforce Case | [] | |
Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Jack van Ooststroom [ jack.van.ooststroom ] |
Link | This issue blocks ICE-8293 [ ICE-8293 ] |
Salesforce Case | [] | |
Fix Version/s | EE-3.1.0.GA [ 10332 ] | |
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | 3.1.0.RC1 [ 10337 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Attachment | Showcase Error Server Log File 06-26-2012.txt [ 14635 ] |
Comment |
[ Icefaces3 Regressions - Showcase - All other pages besides overview pages causes internal server error (see attached log file). To reproduce an example: -Build/Deploy showcase app from svn revision# 29682 -Run showcase in tomcat7 -click on ace:dataTable, then click on either sorting, grouping. This will cause an internal server error on page. ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Salesforce Case | [] | |
Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | EE-3.1.0.GA [ 10332 ] | |
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Salesforce Case | [] | |
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] |
Comment | [ A comment with security level 'icesoft-internal-developers' was removed. ] |
Salesforce Case | [] | |
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Salesforce Case | [] | |
Fix Version/s | EE-3.1.0.GA [ 10332 ] | |
Security | Private [ 10001 ] |
Fix Version/s | EE-3.2.0.BETA [ 10573 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |