[jbosstools-issues] [JBoss JIRA] (JBDS-3519) Connector category title is random, when two categories have same ID
Radim Hopp (JIRA)
issues at jboss.org
Mon Sep 14 10:30:00 EDT 2015
Radim Hopp created JBDS-3519:
--------------------------------
Summary: Connector category title is random, when two categories have same ID
Key: JBDS-3519
URL: https://issues.jboss.org/browse/JBDS-3519
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Environment: JBDS 9.0.0.CR1
Reporter: Radim Hopp
Currently,in both central discovery jar and EA discovery jar, we have connector category with same ID, but different title (name).
{noformat:title=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>
{noformat}
{noformat:title=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" />
{noformat}
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jbosstools-issues
mailing list