ICEfaces
  1. ICEfaces
  2. ICE-7865

showcase app - content not rendered if using MyFaces on WAS7

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.0.0.BETA
    • 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&#39;>

      <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
      1. server.log
        752 kB
        Carmen Cristurean
      2. Showcase Error Server Log File 06-26-2012.txt
        3 kB
        Jerome Ruzol
      1. showcase-myfaces-glassfish2.1.1-was7.png
        196 kB

        Activity

        Carmen Cristurean created issue -
        Carmen Cristurean made changes -
        Field Original Value New Value
        Attachment showcase-myfaces-glassfish2.1.1-was7.png [ 14146 ]
        Carmen Cristurean made changes -
        Attachment server.log [ 14147 ]
        Carmen Cristurean made changes -
        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&#39;>

        <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&#39;>

        <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
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s EE-3.0.0.GA [ 10262 ]
        Assignee Priority P1
        Assignee Deryk Sinotte [ deryk.sinotte ]
        Ken Fyten made changes -
        Salesforce Case []
        Assignee Deryk Sinotte [ deryk.sinotte ] Arturo Zambrano [ artzambrano ]
        Ken Fyten made changes -
        Salesforce Case []
        Assignee Arturo Zambrano [ artzambrano ] Deryk Sinotte [ deryk.sinotte ]
        Deryk Sinotte made changes -
        Assignee Deryk Sinotte [ deryk.sinotte ] Ken Fyten [ ken.fyten ]
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s 3.1 [ 10312 ]
        Fix Version/s EE-3.0.0.GA [ 10262 ]
        Ken Fyten made changes -
        Salesforce Case []
        Affects [Compatibility/Configuration]
        Ken Fyten made changes -
        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 []
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s 3.1.0.RC1 [ 10337 ]
        Assignee Ken Fyten [ ken.fyten ] Jack van Ooststroom [ jack.van.ooststroom ]
        Ken Fyten made changes -
        Link This issue blocks ICE-8293 [ ICE-8293 ]
        Ken Fyten made changes -
        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 ]
        Jack Van Ooststroom made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Jerome Ruzol made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Jerome Ruzol made changes -
        Ken Fyten made changes -
        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. ]
        Ken Fyten made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        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 ]
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s EE-3.0.0.GA_P01 [ 10327 ]
        Ken Fyten made changes -
        Comment [ A comment with security level 'icesoft-internal-developers' was removed. ]
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s EE-3.0.0.GA_P01 [ 10327 ]
        Ken Fyten made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s EE-3.1.0.GA [ 10332 ]
        Security Private [ 10001 ]
        Ken Fyten made changes -
        Fix Version/s EE-3.2.0.BETA [ 10573 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Jack Van Ooststroom
            Reporter:
            Carmen Cristurean
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: