[
https://issues.jboss.org/browse/JBIDE-10122?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-10122:
------------------------------------------
most likely there are no user and password for OpenShift express. The code that sets those
settings to the widgets then sets <code>null</code> to the widgets.
{code}
userText.setText(ExpressServerUtils.getExpressUsername(callback.getServer()));
passText.setText(ExpressServerUtils.getExpressPassword(callback.getServer()));
{code}
IllegalArgumentException if you switch a server adapter to OpenShift
Express
----------------------------------------------------------------------------
Key: JBIDE-10122
URL:
https://issues.jboss.org/browse/JBIDE-10122
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M4
Reporter: Andre Dietisheim
Assignee: Rob Stryker
Fix For: 3.3.0.Beta1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira