[JBoss JIRA] (JBIDE-21333) No web console URL for connection, project and resources
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-21333:
----------------------------------------
Summary: No web console URL for connection, project and resources
Key: JBIDE-21333
URL: https://issues.jboss.org/browse/JBIDE-21333
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Marián Labuda
Assignee: Fred Bricon
Fix For: 4.3.1.Beta1
When trying to open OpenShift 3 connection, project or any resource in web console via context menu Show In - Web Console, there is following error:
!no_web_console_url.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21313) No web console URL for connection, project and resources
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21313?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21313:
------------------------------------------
this was applied to jbosstools-4.3.1.Beta1x and jbosstools-4.3.x
> No web console URL for connection, project and resources
> --------------------------------------------------------
>
> Key: JBIDE-21313
> URL: https://issues.jboss.org/browse/JBIDE-21313
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: respin-a
> Fix For: 4.3.1.Beta1
>
> Attachments: no_web_console_url.png
>
>
> When trying to open OpenShift 3 connection, project or any resource in web console via context menu Show In - Web Console, there is following error:
> !no_web_console_url.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21325) Connection wizard: trying to login with expired token causes 2nd, nested connection dialog
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21325?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-21325 at 12/15/15 5:42 PM:
--------------------------------------------------------------------
This changed with JBIDE-21153. Before this the prompting didnt happen because there was no prompter (another connection dialog) available. Since JBIDE-21153 where we use extension points there's always a credentials-prompt available which then causes dialogs in dialog in dialogs etc..
To fix it I now introduced a flag which allows us to turn prompting off when we're in the connection dialog already
[~fbricon] plz review
was (Author: adietish):
This changed with JBIDE-21153. Before this the prompting didnt happen because there was no prompter available. Since JBIDE-21153 where we use extension points there's always a credentials-prompt available which caused this issue.
To fix it I now introduced a flag which allows us to turn prompting off when we're in the credentials dialog
[~fbricon] plz review
> Connection wizard: trying to login with expired token causes 2nd, nested connection dialog
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21325
> URL: https://issues.jboss.org/browse/JBIDE-21325
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: connection_wizard, openshift_v3, respin-a
> Fix For: 4.3.1.Beta1, 4.3.1.Beta2
>
> Attachments: nested-2nd-conncetion-dialog.png
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21331) Connection wizard: it looks as if the wizard is creating new connection instances several times
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21331?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21331:
-------------------------------------
Affects Version/s: 4.3.0.Beta1
(was: 4.3.1.Beta2)
> Connection wizard: it looks as if the wizard is creating new connection instances several times
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-21331
> URL: https://issues.jboss.org/browse/JBIDE-21331
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Priority: Minor
> Fix For: 4.3.1.Beta2
>
>
> The connection wizard creates new connection instances in several places which seems unnecessary (we need it at least once where we dont want to modify an existing connection and operate on a copy before merging the changes back upon successfull verification)
> {code:title=ConnctionWizardPageModel}
> private void initEditConnection(IConnection connection) {
> this.selectedConnection = connection;
> this.connection = connection.clone();
> ...
> {code}
> {code:title=ConnctionWizardPageModel}
> public IStatus connect() {
> ...
> try {
> this.connection = createConnection();
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21331) Connection wizard: it looks as if the wizard is creating new connection instances several times
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21331?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21331:
-------------------------------------
Fix Version/s: 4.3.1.Beta2
> Connection wizard: it looks as if the wizard is creating new connection instances several times
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-21331
> URL: https://issues.jboss.org/browse/JBIDE-21331
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Priority: Minor
> Fix For: 4.3.1.Beta2
>
>
> The connection wizard creates new connection instances in several places which seems unnecessary (we need it at least once where we dont want to modify an existing connection and operate on a copy before merging the changes back upon successfull verification)
> {code:title=ConnctionWizardPageModel}
> private void initEditConnection(IConnection connection) {
> this.selectedConnection = connection;
> this.connection = connection.clone();
> ...
> {code}
> {code:title=ConnctionWizardPageModel}
> public IStatus connect() {
> ...
> try {
> this.connection = createConnection();
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months