[jbosstools-issues] [JBoss JIRA] (JBIDE-22380) New Application wizard: project is not preselected (nor can you select any) if launched from explorer

Viacheslav Kabanovich (JIRA) issues at jboss.org
Fri May 20 15:55:00 EDT 2016


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

Viacheslav Kabanovich edited comment on JBIDE-22380 at 5/20/16 3:54 PM:
------------------------------------------------------------------------

[~adietish], [~jcantrill], please take a look at the pull request.
My guess how to reproduce this issue is:
ASSERT: have a connection and project in OpenShift explorer
EXEC: in OpenShift explorer: select a project and pick 'Deploy Docker Image...' from the context menu
It is expected that method Connection.isConnected() is called and sets to client strategy instance without username.
EXEC: close deploy docker wizard by cancel
EXEC: call 'Edit Connection' on the connection and finish it.
It is expected that new instance of client is created and set to the connection and on authorization strategy instance with username is set to the client. Thus the project and the connection must have different instances of client, one without and the other with username.
EXEC: in OpenShift explorer: on the same project pick 'New > Application' from the context menu
It is expected that when connection is looked for the project, their clients are not equal because of the described assignments.
CHECK: If this issue is reproduced.




was (Author: scabanovich):
[~adietish], [~jcantrill], please take a look at the pull request.
My guess how to reproduce this issue is:
ASSERT: have a connection and project in OpenShift explorer
EXEC: in OpenShift explorer: select a project and pick 'Deploy Docker Image...' from the context menu
It is expected that method Connection.isConnected() is called and sets to client strategy instance without username.
EXEC: close deploy docker wizard by cancel
EXEC: call 'Edit Connection' on the connection and finish it.
It is expected that new instance of client is created and set to the connection and on authorization strategy instance with username is set to the client. Thus the project and the connection must have different instances of client, one without and the other with username.
EXEC: in OpenShift explorer: on the same project pick 'New > Application' from the context menu
It is expected that when connection is looked for the project, there clients are not equal because of the described assignments.
CHECK: If this issue is reproduced.



> New Application wizard: project is not preselected (nor can you select any) if launched from explorer
> -----------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-22380
>                 URL: https://issues.jboss.org/browse/JBIDE-22380
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.4.0.Alpha1
>            Reporter: Andre Dietisheim
>            Priority: Critical
>              Labels: application_wizard, openshift_v3
>             Fix For: 4.4.0.Alpha3
>
>         Attachments: project-not-preselected.png
>
>




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list