]
Josef Kopriva closed JBIDE-25452.
---------------------------------
Works as expected. Closing.
Verified in:
Red Hat JBoss Developer Studio
Version: 11.2.0.AM2
Build id: AM2-v20171207-1702-B1735
Build date: 20171207-1702
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: Andre Dietisheim
Labels: openshift_v3, server_adapter_editor
Fix For: 4.5.2.AM2
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!