[jbosstools-issues] [JBoss JIRA] (JBIDE-14929) Verbose application type type dissapears after refreshing the connection

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Thu Sep 12 07:38:03 EDT 2013


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

Andre Dietisheim edited comment on JBIDE-14929 at 9/12/13 7:37 AM:
-------------------------------------------------------------------

Fixing JBIDE-14514 does not resolve this issue. The cause for the verbose labels to disappear is limited information when a standalone catridge object is created from the application listing:

{code}
{
   "data":{
      "aliases":[
         "jbosstools.org"
      ],
      "app_url":"http://springeap6-foobarz.rhcloud.com/",
      ...
      "framework":"jbossas-7",
      ...
  "type":"application",
   "version":"1.2"
}
{code}

Whereas when we list the available cartridges we have the full set of informations:

{code}
{
   "data":[
      {
         "current_scale":0,
         "description":"The leading open source Java EE6 application server for enterprise Java applications. Popular development frameworks include Seam, CDI, Weld, and Spring.",
         "display_name":"JBoss Application Server 7.1",
         "help_topics":{
            "Developer Center":"https://openshift.redhat.com/community/developers"
         },
         "license":"ASL 2.0",
         "license_url":"",
         "name":"jbossas-7",
         "scales_from":1,
         "scales_to":-1,
         "scales_with":"haproxy-1.4",
         "supported_scales_from":1,
         "supported_scales_to":-1,
         "tags":[
            "service",
            "web_framework",
            "java",
            "jboss"
         ],
         "type":"standalone",
         "usage_rates":[

         ],
         "version":7,
         "website":"http://www.jboss.org"
      },
   ...
   "type":"cartridges",
   "version":"1.2"
}

To resolve this issue, we'd have to look up the "framework" (see "framework":"jbossas-7") cartridge in the listing of the available cartridges.
{code}
                
      was (Author: adietish):
    Fixing JBIDE-14514 does not resolve this issue. The cause for the verbose labels to disappear is limited information when a standalone catridge object is created from the application listing:

{code}
{
   "data":{
      "aliases":[
         "jbosstools.org"
      ],
      "app_url":"http://springeap6-foobarz.rhcloud.com/",
      ...
      "framework":"jbosseap-6.0",
      ...
  "type":"application",
   "version":"1.2"
}
{code}

Whereas when we list the available cartridges we have the full set of informations:

{code}
{
   "data":[
      {
         "current_scale":0,
         "description":"The leading open source Java EE6 application server for enterprise Java applications. Popular development frameworks include Seam, CDI, Weld, and Spring.",
         "display_name":"JBoss Application Server 7.1",
         "help_topics":{
            "Developer Center":"https://openshift.redhat.com/community/developers"
         },
         "license":"ASL 2.0",
         "license_url":"",
         "name":"jbossas-7",
         "scales_from":1,
         "scales_to":-1,
         "scales_with":"haproxy-1.4",
         "supported_scales_from":1,
         "supported_scales_to":-1,
         "tags":[
            "service",
            "web_framework",
            "java",
            "jboss"
         ],
         "type":"standalone",
         "usage_rates":[

         ],
         "version":7,
         "website":"http://www.jboss.org"
      },
   ...
   "type":"cartridges",
   "version":"1.2"
}
{code}
                  
> Verbose application type type dissapears after refreshing the connection
> ------------------------------------------------------------------------
>
>                 Key: JBIDE-14929
>                 URL: https://issues.jboss.org/browse/JBIDE-14929
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.1.0.Beta2
>            Reporter: Stefan Bunciak
>            Assignee: Andre Dietisheim
>            Priority: Minor
>             Fix For: 4.2.x
>
>         Attachments: shorthand-label.png, type1.png, type2.png, verbose-application-type.png
>
>
> !type1.png! -> !type2.png!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list