Makkus B. created TOMEE-3803:
--------------------------------
Summary: RES_NOT_FOUND in Plume 8.0.8 JSF 2.3
Key: TOMEE-3803
URL: https://issues.apache.org/jira/browse/TOMEE-3803
Project: TomEE
Issue Type: Bug
Components: TomEE Build
Affects Versions: 8.0.8
Environment: Windows 10, Netbeans 12.4, Tomee Plume 8.0.8 and 8.0.6,
JDK 16
Reporter: Makkus B.
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)