cancel
Showing results for 
Search instead for 
Did you mean: 

activiti-jmx bundle does not export org.activiti.management.jmx

assens
Champ in-the-making
Champ in-the-making
Hi,
I've been trying to configure JMX configurer on engine configuration, running inside ServiceMix.

Unfortunately, my configuration bundle fails to start due to the fact that the acticiti-jmx bundle does not export any packages.

How can I report this as a bug?
Thank you


karaf@root>headers 275

Activiti - JMX (275)
——————–
Archiver-Version = Plexus Archiver
Implementation-Title = Activiti
Implementation-Version = 5.17.0
Created-By = 1.7.0_71 (Oracle Corporation)
Manifest-Version = 1.0
Bnd-LastModified = 1418896932522
Build-Jdk = 1.7.0_71
Built-By = tijsrademakers
Tool = Bnd-0.0.357

Bundle-License = http://www.apache.org/licenses/LICENSE-2.0.html
Bundle-ManifestVersion = 2
Bundle-SymbolicName = org.activiti.jmx
Bundle-Version = 5.17.0
Bundle-Name = Activiti - JMX
Bundle-Description = BPM and workflow engine
Bundle-Vendor = Alfresco

Import-Package =
   javax.management,
   javax.management.modelmbean,
   javax.management.remote,
   javax.naming,
   org.activiti.engine;version="[5.17,5.18)",
   org.activiti.engine.cfg;version="[5.17,5.18)",
   org.activiti.engine.impl.cfg;version="[5.17,5.18)",
   org.activiti.engine.impl.jobexecutor;version="[5.17,5.18)",
   org.activiti.engine.impl.util;version="[5.17,5.18)",
   org.activiti.engine.repository;version="[5.17,5.18)",
   org.activiti.osgi;resolution:=optional,
   org.slf4j;version="[1.7,2)"
2 REPLIES 2

assens
Champ in-the-making
Champ in-the-making
as workaround one can add
<code>
<Embed-Dependency>activiti-jmx</Embed-Dependency>
</code>
to the maven-bundle-plugin configuration

jbarrez
Star Contributor
Star Contributor
Hmm bugs like this should go into our Jira: https://activiti.atlassian.net/secure/Dashboard.jspa

Thanks for posting back the workaround here. I myself am sadly not the servicemix expert Smiley Sad