]
Radim Hopp commented on JBIDE-20672:
------------------------------------
If I understand it correctly, changing ID of on of those categories was the fix.
Is there anything that will prevents from happening it in the future?
Connector category title is random, when two categories have same ID
--------------------------------------------------------------------
Key: JBIDE-20672
URL:
https://issues.jboss.org/browse/JBIDE-20672
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Environment: JBDS 9.0.0.CR1
Reporter: Radim Hopp
Assignee: Nick Boldt
Fix For: 4.3.0.CR1
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.