]
Andre Dietisheim updated JBIDE-22375:
-------------------------------------
Fix Version/s: 4.4.3.AM1
(was: 4.4.3.AM2)
Improve HCR OpenShift
---------------------
Key: JBIDE-22375
URL:
https://issues.jboss.org/browse/JBIDE-22375
Project: Tools (JBoss Tools)
Issue Type: Epic
Components: jmx, openshift
Affects Versions: 4.3.1.Beta2
Reporter: Fred Bricon
Assignee: Rob Stryker
Priority: Blocker
Labels: openshift_v3, server_adapter
Fix For: 4.4.3.AM1
When enabling debug mode on an EAP server deployed on OpenShift, locally changing a class
file will :
- work sometimes when only the content of the method changed, but could fail in some
other occasions with the Debugger saying the JDK is out of sync
- will always fail if a method signature changed, the debugger saying JDK is out of sync
Restarting the deployed module (with the .dodeploy flag) doesn't fixes the issue (as
opposed to the same tweak ahen running on a local EAP server)
This may be caused by running OpenJDK? Does it support the same level of debugging as
Oracle JDK?