Hide Forgot
Created attachment 818441 [details] List of plugins in JON Description of problem: When you install jon-plugin-pack-brms-bpms into JON, only one of BRMS plugins gets to the list. Version-Release number of selected component (if applicable): JON 3.2.ER4 Additional info: This is probably because the plugins are actually the same (copy paste really). That means that JON sees one and the same plugin and accepts only one (whichever comes last).
Tomas, can you clarify on what you mean by only one of BRMS plugins gets to the list? What is the expected behavior?
Hi Rajesh, 1) There are two BRMS plugins in the package (brms-p-5.3.1.GA-rhq-plugin.jar, drools-rhq-plugin-6.0.0-redhat-3.jar), but only one is on the list of installed plugins. 2) The plugins will have different capabilities (at least because of the other bug reported for BRMS JON plugin) and then whichever is loaded last will be available. Meaning that you would have eithe 5.x capabilities or 6.x capabilities. If you look at the screenshot, there are multiple EAP (JBossAS) plugins for just these reasons (mainly because of the second one).
Ok. Now I see what you are saying. I'm thinking since we just made a copy of the previous version of the plugin, the plugin metadata hasn't been changed to reflect the different versions.
Renamed the plugin to see if it stops clashing with the old plugin. (master) http://github.com/droolsjbpm/droolsjbpm-integration/commit/fad261b51 (6.0.x) http://github.com/droolsjbpm/droolsjbpm-integration/commit/b36fc43ef
Verified with JON plugin packaged with BRMS 6.0.0 CR2