]
Jeff Johnston updated ERT-500:
------------------------------
Sprint: devex #130 April 2017
Docker Image Run Network Tabs cause NPEs to occur in error log
[EBZ#514873]
---------------------------------------------------------------------------
Key: ERT-500
URL:
https://issues.jboss.org/browse/ERT-500
Project: Eclipse Release Train
Issue Type: Task
Components: Linux Tools
Reporter: Friendly Jira Robot
Assignee: Jeff Johnston
Labels: 6.0.0, Docker, bzira
Fix For: Oxygen (4.7)
When clicking on various Network modes in the Image Run Launch and Wizards, NPE
backtraces show up in the error log. This is happening due to the data binding trying to
bind the off sequence of each radio button to a value (in this case, null). Validation is
then performed and causes an NPE trying to access the network string. The network mode
logic is working, but the backtraces need to be avoided.