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.
- is duplicated by
-
JBIDE-20665 Duplicate category id 'com.jboss.jbds.central.discovery.integration-stack.bundle': declaring sources
-
- Closed
-
- relates to
-
JBIDE-20665 Duplicate category id 'com.jboss.jbds.central.discovery.integration-stack.bundle': declaring sources
-
- Closed
-