Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-20672

Connector category title is random, when two categories have same ID

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.3.0.CR1
    • None
    • central
    • None
    • Hide

      Try opening and closing JBoss Central & notice what Title & description is shown for Fuse connector category.

      Show
      Try opening and closing JBoss Central & notice what Title & description is shown for Fuse connector category.

      Currently,in both central discovery jar and EA discovery jar, we have connector category with same ID, but different title (name).

      com.jboss.jbds.central.discovery_9.0.0.CR1-v20150913-1206-B111.jar/plugin.xml
             <connectorCategory
                description="JBoss Developer Studio Integration Stack Tools for use with individual JBoss projects (or products)."
                id="com.jboss.jbds.central.discovery.integration-stack.bundle" 
                name="JBoss Developer Studio Integration Stack"
                relevance="90">
               <group id="com.jboss.jbds.central.discovery.integration-stack.bundle-fuse" />
             </connectorCategory>
      
      com.jboss.jbds.central.discovery.earlyaccess_9.0.0.CR1-v20150913-1206-B111.jar
             <connectorCategory
                description="Early Access JBoss Developer Studio Integration Stack Tools for use with individual JBoss projects (or products)."
                id="com.jboss.jbds.central.discovery.integration-stack.bundle" 
                name="JBoss Developer Studio Integration Stack Early Access"
                relevance="90">
               <group id="com.jboss.jbds.central.discovery.integration-stack.bundle-fuse" />
      

      Expected behavior is:

      • EA is disabled - Title and description from com.jboss.jbds.central.discovery_9.0.0.CR1-v20150913-1206-B111.jar/plugin.xml is displayed.
      • EA is enabled - Title and description from com.jboss.jbds.central.discovery.earlyaccess_9.0.0.CR1-v20150913-1206-B111.jar is displayed

      Unfortunately, the title&description is shown completely by random.

            nickboldt Nick Boldt
            rhopp@redhat.com Radim Hopp
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: