[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-7406) DeltaCloud UI does not store cloud type

Libor Zoubek (JIRA) jira-events at lists.jboss.org
Mon Nov 15 11:07:43 EST 2010


     [ https://jira.jboss.org/browse/JBIDE-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Libor Zoubek closed JBIDE-7406.
-------------------------------



> DeltaCloud UI does not store cloud type
> ---------------------------------------
>
>                 Key: JBIDE-7406
>                 URL: https://jira.jboss.org/browse/JBIDE-7406
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>            Reporter: Andre Dietisheim
>            Assignee: Jeff Johnston
>             Fix For: 3.2.0.Beta2
>
>
> The current implementation of the deltacloud UI does not store the cloud type correctly. It does not pass the type parameter in constructors:
> class DeltaCloud:
>         public DeltaCloud(String name, String url, String username, String passwd) throws MalformedURLException {
>             this(name, url, username, passwd, null, false, IImageFilter.ALL_STRING, IInstanceFilter.ALL_STRING);
>                                                                ^^^^
>         }
> Therefore, when a cloud is edited, a bad type is extracted from the settings (a String "null"). 
> Either the type shall not stored at all and calculated on each connection edit (by querying the server) or it shall be stored and displayed without server query. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list