The problematic part is the Oracle JSF API which contains "stubs" (method details are stripped off) and only works for compilation, not running the app.
We will replace javax.faces:jsf-api and com.sun.faces:jsf-impl artifacts with org.glassfish:javax.faces - Oracle's implementation (the same solution was used for servlet support tests).
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
The problematic part is the Oracle JSF API which contains "stubs" (method details are stripped off) and only works for compilation, not running the app.
We will replace javax.faces:jsf-api and com.sun.faces:jsf-impl artifacts with org.glassfish:javax.faces - Oracle's implementation (the same solution was used for servlet support tests).
See also https://community.jboss.org/wiki/WhatsTheCauseOfThisExceptionJavalangClassFormatErrorAbsentCode