[JBoss JIRA] (JBIDE-23279) Exception generated when OS 3 connection URL is invalid
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23279?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23279:
-------------------------------------
Issue Type: Enhancement (was: Bug)
> Exception generated when OS 3 connection URL is invalid
> -------------------------------------------------------
>
> Key: JBIDE-23279
> URL: https://issues.jboss.org/browse/JBIDE-23279
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.2.AM1
> Reporter: Jeff MAURY
> Labels: openshift, openshift_v3
> Fix For: 4.4.3.AM2
>
>
> EXEC: launch application wizard via file menu: New > OpenShift > OpenShift application
> EXEC: select <New Connection>
> EXEC: enter invalid URL in the host field
> ASSERT: an com.openshift.restclient.OpenShiftException: Unable to initialize client exception is logged into the console
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23279) Exception generated when OS 3 connection URL is invalid
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23279?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-23279:
----------------------------------------
Assignee: Andre Dietisheim
> Exception generated when OS 3 connection URL is invalid
> -------------------------------------------------------
>
> Key: JBIDE-23279
> URL: https://issues.jboss.org/browse/JBIDE-23279
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.2.AM1
> Reporter: Jeff MAURY
> Assignee: Andre Dietisheim
> Labels: openshift, openshift_v3
> Fix For: 4.4.3.AM2
>
>
> EXEC: launch application wizard via file menu: New > OpenShift > OpenShift application
> EXEC: select <New Connection>
> EXEC: enter invalid URL in the host field
> ASSERT: an com.openshift.restclient.OpenShiftException: Unable to initialize client exception is logged into the console
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23602) Server adapter: Hot code replace failed dialog has poor usability
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23602?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23602:
-------------------------------------
Fix Version/s: 4.4.3.AM2
(was: 4.4.3.AM1)
> Server adapter: Hot code replace failed dialog has poor usability
> -----------------------------------------------------------------
>
> Key: JBIDE-23602
> URL: https://issues.jboss.org/browse/JBIDE-23602
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.2.Final
> Reporter: Andre Dietisheim
> Fix For: 4.4.3.AM2
>
> Attachments: hot-code-replace-failed-2.png
>
>
> steps to reproduce:
> # ASSERT: have jboss-helloworld running in OpenShift (create it via eap64-basic-s2i template), the source code for it imported to a workspace project and a server adapter for it
> # EXEC: open HelloService and change it to the following:
> {code:title=HelloService}
> public class HelloService {
> private static final String MAGIC_STRING = "42";
>
> String createHelloMessage(String name) {
> return "Hello " + name + ", the magic string is " + MAGIC_STRING + "!";
> }
> }
> {code}
> and save the editor
> Result:
> "Hot code replace failed" dialog pops up, which is expected.
> !hot-code-replace-failed-2.png!
> But it's usability is poor:
> * the affected module is not fully shown (half of it cut off)
> * there's no margin on the right border of the dialog
> * No button is pre-selected so that I can simply hit Return to pick a sane default choice (I have to hit tap to get to the button I want to press or use my mouse).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-20723) Application wizard: application is created even though I cancel je job
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20723?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20723:
-------------------------------------
Labels: application_wizard openshift_v3 (was: )
> Application wizard: application is created even though I cancel je job
> ----------------------------------------------------------------------
>
> Key: JBIDE-20723
> URL: https://issues.jboss.org/browse/JBIDE-20723
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> Once the Finish button in New OpenShift Application wizard is clicked a new application is created no matter what. Even if I click on a Cancel button next to the progress bar of creation process, it looks at first like the process stopped, but it still continues and in few moments a shell with created resources is shown. Can we do something about this? Otherwise cancel button just stop eclipse job and progress bar but it does not do anything more behind it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-20723) Application wizard: application is created even though I cancel je job
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20723?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20723:
-------------------------------------
Fix Version/s: 4.4.x
(was: 4.4.3.AM1)
> Application wizard: application is created even though I cancel je job
> ----------------------------------------------------------------------
>
> Key: JBIDE-20723
> URL: https://issues.jboss.org/browse/JBIDE-20723
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Fix For: 4.4.x
>
>
> Once the Finish button in New OpenShift Application wizard is clicked a new application is created no matter what. Even if I click on a Cancel button next to the progress bar of creation process, it looks at first like the process stopped, but it still continues and in few moments a shell with created resources is shown. Can we do something about this? Otherwise cancel button just stop eclipse job and progress bar but it does not do anything more behind it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-20723) Application wizard: OpenShift 3 application is created even though Cancel button was clicked
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20723?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20723:
-------------------------------------
Summary: Application wizard: OpenShift 3 application is created even though Cancel button was clicked (was: OpenShift 3 application is created even though Cancel button was clicked)
> Application wizard: OpenShift 3 application is created even though Cancel button was clicked
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-20723
> URL: https://issues.jboss.org/browse/JBIDE-20723
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Fix For: 4.4.3.AM1
>
>
> Once the Finish button in New OpenShift Application wizard is clicked a new application is created no matter what. Even if I click on a Cancel button next to the progress bar of creation process, it looks at first like the process stopped, but it still continues and in few moments a shell with created resources is shown. Can we do something about this? Otherwise cancel button just stop eclipse job and progress bar but it does not do anything more behind it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-20723) Application wizard: application is created even though Cancel button was clicked
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20723?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20723:
-------------------------------------
Summary: Application wizard: application is created even though Cancel button was clicked (was: Application wizard: OpenShift 3 application is created even though Cancel button was clicked)
> Application wizard: application is created even though Cancel button was clicked
> --------------------------------------------------------------------------------
>
> Key: JBIDE-20723
> URL: https://issues.jboss.org/browse/JBIDE-20723
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Fix For: 4.4.3.AM1
>
>
> Once the Finish button in New OpenShift Application wizard is clicked a new application is created no matter what. Even if I click on a Cancel button next to the progress bar of creation process, it looks at first like the process stopped, but it still continues and in few moments a shell with created resources is shown. Can we do something about this? Otherwise cancel button just stop eclipse job and progress bar but it does not do anything more behind it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months