]
Miroslav Pavleski commented on WFLY-6076:
-----------------------------------------
The app expects its own security domain in standalone.xml:
<security-domain name="timespent.security-domain"
cache-type="default">
<authentication>
<login-module code="Simple"
flag="required"/>
</authentication>
</security-domain>
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.