Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-3803

RES_NOT_FOUND in Plume 8.0.8 JSF 2.3

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 8.0.8
    • 8.0.9
    • TomEE Build
    • Windows 10, Netbeans 12.4, Tomee Plume 8.0.8 and 8.0.6, JDK 16
    • Important

    Description

      Running a JSF application (mojarra) fails with error message (browser display):

      • Unable to find resource javax.faces, jsf.js

      The following minimal page (that requires jsf.js) was used for this error.

      <html xmlns="http://www.w3.org/1999/xhtml"
      {{ xmlns:h="http://xmlns.jcp.org/jsf/html"}}
      {{ xmlns:f="http://xmlns.jcp.org/jsf/core">}}
      {{ <h:head>}}
      {{ <title>Facelet Title</title>}}
      {{ </h:head>}}
      {{ <h:body>}}
      {{ Hello from Facelets}}
      {{ <h:form id="myForm">}}
      {{ <h:commandButton value="DO">}}
      {{ <f:ajax render="myForm"/>}}
      {{ </h:commandButton>}}
      {{ </h:form>}}
      {{ </h:body>}}
      {{ </html>}}

       The generated page contains the follwing line:

      <script type="text/javascript" src="RES_NOT_FOUND"></script>

      Nothing special in web.xml, plain project as generated by Netbeans 12.4 running on TomEE 8.0.8, JDK 16

      Update from 8.0.6 to 8.0.8 will thus break my JSF application completely.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            Makkus Makkus B.
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: