]
Jeff Mesnil resolved WFLY-3821.
-------------------------------
Fix Version/s: 9.0.0.CR1
Resolution: Cannot Reproduce Bug
Most recent version of WFCORE's standalone.sh works as expected:
./standalone.sh => no debug
./standalone.sh --debug => debug on default 8787
./standalone.sh --debug 9797 => debug on 9797
standalone.sh --debug without port number not working
-----------------------------------------------------
Key: WFLY-3821
URL:
https://issues.jboss.org/browse/WFLY-3821
Project: WildFly
Issue Type: Bug
Components: Scripts
Affects Versions: 9.0.0.Alpha1
Reporter: Cheng Fang
Assignee: Jeff Mesnil
Fix For: 9.0.0.CR1
./standalone.sh --debug does not work, while ./standalone.sh --debug 8787 works.
Looks like the fix to WFLY-2261 is lost in later revisions of standalone.sh.
After the wildfly-core split,
./core-feature-pack/src/main/resources/content/bin/standalone.sh does not contain those
lines of fix for WFLY-2261
This bug is the same as WFLY-2261, except on a later version of WildFly. To avoid
confusing EAP issues, create a separate one.