]
Brian Stansberry moved WFLY-2144 to WFCORE-417:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-417 (was: WFLY-2144)
Component/s: CLI
(was: CLI)
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: Alexey Loubyansky
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.