]
Miroslav Pavleski commented on WFLY-6076:
-----------------------------------------
I've tried to assemble stripped down version of the app (attached).
Now it doesn't even deploy with mvn wildfly:deploy on 10CR5. Deploys on 9.0.2.Final.
CLI deployment of WAR exploded JSF2.2 applications fails with
exceptions
------------------------------------------------------------------------
Key: WFLY-6076
URL:
https://issues.jboss.org/browse/WFLY-6076
Project: WildFly
Issue Type: Bug
Components: JSF
Affects Versions: 10.0.0.CR5
Reporter: Miroslav Pavleski
Assignee: Farah Juma
Attachments: app.zip, cli.log, console.log, other_console.log
In 9.0.2 FINAL and prior (8.1, 8.2) deploying an exploded WAR using the CLI was working
fine. This kind of deployment has benefits during development as the static resources are
updated on-save.
The problem occurs probably due JSF initialization, see the attachments.
Deployment using mvn wildfly:deploy works fine.