[
https://issues.apache.org/jira/browse/TOMEE-3803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Makkus B. resolved TOMEE-3803.
------------------------------
Fix Version/s: 8.0.9
Resolution: Fixed
> 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.
> Priority: Major
> Labels: jsf
> Fix For: 8.0.9
>
>
> 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)