[
https://issues.jboss.org/browse/WFLY-6010?page=com.atlassian.jira.plugin....
]
Scott Van Wart commented on WFLY-6010:
--------------------------------------
Hmmm no JSF-related JARs are in either the EAR or the WAR inside that. I do have a
reference to the FacesServlet in my web.xml but I'm not sure if that makes any
difference:
{noformat}
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
{noformat}
JSF initialization failure regression
-------------------------------------
Key: WFLY-6010
URL:
https://issues.jboss.org/browse/WFLY-6010
Project: WildFly
Issue Type: Bug
Components: JSF
Affects Versions: 10.0.0.CR5
Environment: Windows 10 64-bit
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
Reporter: Scott Van Wart
Assignee: Farah Juma
Priority: Minor
Attachments: server.log
I'm getting a JSF initialization error starting up Wildfly with a deployed EAR--I
didn't experience this with 10.0.0CR4:
(Moved the stack trace to an attachment for easier reading)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)