]
Andre Dietisheim updated JBIDE-25452:
-------------------------------------
Attachment: server-editor-enable-debugging.png
Server adapter editor: "Enable debugging" and key are not
displayed correctly
-----------------------------------------------------------------------------
Key: JBIDE-25452
URL:
https://issues.jboss.org/browse/JBIDE-25452
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.1.AM2
Reporter: Andre Dietisheim
Assignee: Rob Stryker
Attachments: environment-variables-enable-debugging.png,
server-adapter-wizard-enable-debugging.png, server-editor-enable-debugging.png
steps:
# ASSERT: make sure that you have a service running in OpenShift (ex. via creating an app
using the nodejs-mongo-persistent template)
# ASSERT: make sure that you *DONT* have a server adapter for it
# EXEC: launch server adapter wizard for your service and
* uncheck "Enable Debugging" > "use image provided key"
* provide a value for "Key"
!server-adapter-wizard-enable-debugging.png!
# ASSERT: server adapter is created
# ASSERT: if you inspect the environment variables for the service you'll see that
the key and value for it are set:
!environment-variables-enable-debugging.png!
# EXEC: open the server adapter editor and inspect "Enable Debugging" checkbox
and "Key" for it
Result:
"Enable Debugging" checkbox is *CHECKED*, there's *NO VALUE* for
"Key"
!server-editor-enable-debugging!