Paul Nicolucci created MYFACES-4486:
---------------------------------------
Summary: TCK: Spec Issue 4313 <f:validateWholeBean/> failure
Key: MYFACES-4486
URL: https://issues.apache.org/jira/browse/MYFACES-4486
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 4.0.0-RC1
Reporter: Paul Nicolucci
Assignee: Paul Nicolucci
The following TCK test fails for MyFaces:
[https://github.com/jakartaee/faces/blob/4.0.1/tck/faces23/validateWholeBean/src/test/java/ee/jakarta/tck/faces/test/javaee8/validateWholeBean/Issue4313IT.java#L81]
App:
[https://github.com/jakartaee/faces/blob/4.0.1/tck/faces23/validateWholeBean/src/main/webapp/Issue4313.xhtml]
The test is for the following specification issue:
[https://github.com/eclipse-ee4j/mojarra/issues/4313]
The following exception occurs:
{noformat}
jakarta.servlet.ServletException: jakarta.el.ELException: Cannot convert
[WholeBeanValidator] of type [class java.lang.String] to [class
ee.jakarta.tck.faces.test.javaee8.validateWholeBean.User]
at jakarta.faces.webapp.FacesServlet.service(FacesServlet.java:255)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)