]
Jean-Francois Denise reassigned WFCORE-417:
-------------------------------------------
Assignee: Jean-Francois Denise (was: Alexey Loubyansky)
jboss-cli should set -Djava.awt.headless=true
---------------------------------------------
Key: WFCORE-417
URL:
https://issues.jboss.org/browse/WFCORE-417
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Robin Rosenberg
Assignee: Jean-Francois Denise
Priority: Minor
On OS X using jboss-cli.sh will cause focus to shift making it very inconvenient to do
other things while scripts that talk to jboss execute.
There is a workaround: export JAVA_OPTS=-Djava.awt.headless=true before invoking the cli,
but I see no reason for the CLI not do this itself. This also applied to the adduser.sh
script.