]
Max Rydahl Andersen updated JBIDE-18094:
----------------------------------------
Affects: Documentation (Ref Guide, User Guide, etc.)
Do not force restart modules when server is run in debug mode
-------------------------------------------------------------
Key: JBIDE-18094
URL:
https://issues.jboss.org/browse/JBIDE-18094
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server
Affects Versions: 4.2.0.Beta3
Reporter: Rob Stryker
Assignee: Rob Stryker
Labels: affects_documentation, new_and_noteworthy
Fix For: 4.2.0.CR1
Attachments: initialsuggestionfor_hotcodefailurereplace.bmml,
initialsuggestionfor_hotcodefailurereplace.png, JBIDE-18094.png, JBIDE-18094_dialog.png,
serversetting.bmml, serversetting.png, update_dialog_based_on_existing_hcr.bmml,
update_dialog_based_on_existing_hcr.png
The request is that modules should not force-restart when a server is in debug mode. More
often than not, a change to a .class file, when the server is in debug mode, does not
require any special action or force-restart of the module. The changes to the .class file
will be picked up automatically.
Ideally, we would also detect a hotcode replace failure, and then force-restart the
module if possible.