spring-jmx is dependent on spring-aop and needs included in the servicemix/lib
directory
----------------------------------------------------------------------------------------
Key: SM-1175
URL: https://issues.apache.org/activemq/browse/SM-1175
Project: ServiceMix
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Ryan Bohn
The spring-aop jar needs included in the servicemix/lib directory because
spring-jmx is dependent on it. I get the following error when trying to use
the InterfaceBasedMBeanInfoAssembler:
java.lang.NoClassDefFoundError: org/springframework/aop/support/AopUtils
at
org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler.getTargetClass(AbstractMBeanInfoAssembler.java:94)
at
org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler.getClassName(AbstractMBeanInfoAssembler.java:131)
at
org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler.getMBeanInfo(AbstractMBeanInfoAssembler.java:64)
I tried including the jar in just my service unit, but still received the error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.