[jbosstools-issues] [JBoss JIRA] (JBIDE-10122) IllegalArgumentException if you switch a server adapter to OpenShift Express

Andre Dietisheim (Commented) (JIRA) jira-events at lists.jboss.org
Tue Nov 8 08:39:45 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-10122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641073#comment-12641073 ] 

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

        


More information about the jbosstools-issues mailing list