]
Radim Hopp closed JBIDE-20672.
------------------------------
Ok. I guess we will notice some unexpected errors in log ;-)
Closing as verified in JBDS 9.0.0.CR1a.
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.