Hi All,

Installing Message Broker as a feature in the ESB end up with issue
reported in [1] and [2]. We found that there are Event feature and Key
store management feature conflict in the both MB and ESB packs.

In carbon/platform/branches/turing/features/repository/4.2.10/pom.xml has
following entries for the Event feature under ESB category.

<catFeature>
   <id>org.wso2.carbon.event.server</id>
   <version>4.2.1</version>
</catFeature>
<catFeature>
   <id>org.wso2.carbon.event.common</id>
   <version>${carbon.platform.version}</version>
</catFeature>
<catFeature>
   <id>org.wso2.carbon.event.ui</id>
   <version>${carbon.platform.version}</version>
</catFeature>

MB has following entry for the Event feature

<catFeature>
   <id>org.wso2.carbon.event</id>
   <version>4.2.2</version>
</catFeature>

Difference is MB has aggregated Event feature while ESB has separately use
the Event features.

Key store management feature has following conflict.

ESB has

<catFeature>
   <id>org.wso2.carbon.security.mgt</id>
   <version>4.2.2</version>
 </catFeature>

and MB has

<catFeature>
    <id>org.wso2.carbon.security.mgt</id>
    <version>4.2.4</version>
 </catFeature>

Even though there won't be any practical scenario like $subject, but the
feature installing not working as expected.

Is there any standard way to overcome this issue ?

[1] https://wso2.org/jira/browse/MB-688
[2] https://wso2.org/jira/browse/MB-689

Cheers!

-- 
Indika Sampath
Software Engineer
WSO2 Inc.
http://wso2.com

Phone: +94 716 424 744
Blog: http://indikasampath.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to