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

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Mon Oct 25 11:01:54 EDT 2010


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


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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list