[jbosstools-issues] [JBoss JIRA] (JBIDE-20456) Connection wizard: Can no longer create a new OS3 connection

Andre Dietisheim (JIRA) issues at jboss.org
Fri Aug 14 08:28:02 EDT 2015


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

Andre Dietisheim edited comment on JBIDE-20456 at 8/14/15 8:27 AM:
-------------------------------------------------------------------

found an issue in the fix:

# ASSERT: make sure that you have a v3 connection defined in the explorer.
# EXEC: launch connection wizard
# ASSERT: preselected items:
#* <New Connection> 
#* "OpenShift v2"
#* "use default server" is checked
#* http://openshift.redhaft.com 
# EXEC: select the existing connection that you have

Result:
All values but the server are set. the server url is blank.

Another case that wasnt handled right in the latest PR:
# ASSERT: make sure that you have a v3 connection defined in the explorer.
# EXEC: launch connection wizard
# ASSERT: preselected items:
#* <New Connection> 
#* "OpenShift v2"
#* "use default server" is checked
#* http://openshift.redhaft.com 
# EXEC: select the existing connection that you have
# ASSERT: all values set to values of selected connection (type, url, use default server)
# EXEC: select "OpenShift v2"

Result:
#* <New Connection> 
#* "OpenShift v2"
#* "use default server" is *unchecked*
#* http://openshift.redhaft.com 

Expected result:
Result:
#* <New Connection> 
#* "OpenShift v2"
#* "use default server" is *checked*
#* http://openshift.redhaft.com 
 


was (Author: adietish):
found an issue in the fix:

# ASSERT: make sure that you have a v3 connection defined in the explorer.
# EXEC: launch connection wizard
# ASSERT: preselected items:
#* <New Connection> 
#* "OpenShift v2"
#* "use default server" is checked
#* http://openshift.redhaft.com 
# EXEC: select the existing connection that you have

Result:
All values but the server are set. the server url is blank.

> Connection wizard: Can no longer create a new OS3 connection
> ------------------------------------------------------------
>
>                 Key: JBIDE-20456
>                 URL: https://issues.jboss.org/browse/JBIDE-20456
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.3.0.CR1
>            Reporter: Fred Bricon
>            Assignee: Andre Dietisheim
>            Priority: Blocker
>              Labels: connection_wizard, openshift_v3
>             Fix For: 4.3.0.CR1
>
>
> # EXEC: open connection wizard
> # EXEC: in wizard: 
> #* Type: OpenShift 3
> #* Server: https://console.stg.openshift.com
> #* Auth protocol OAuth
> # EXEC: Click on the "retrieve" link
> Result:
> Nothing happens, a new window should be opened, to display the authentication token
> While debugging, I noticed this was caused by onRetrieveLinkClicked returning early because of StringUtils.isBlank(pageModel.getHost()). Host is null



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list