You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Chris Custine (JIRA)" <ji...@apache.org> on 2008/02/15 19:11:36 UTC

[jira] Commented: (SM-1175) spring-jmx is dependent on spring-aop and needs included in the servicemix/lib directory

    [ https://issues.apache.org/activemq/browse/SM-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41308#action_41308 ] 

Chris Custine commented on SM-1175:
-----------------------------------

See SM-1145

> 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
>            Assignee: Chris Custine
>             Fix For: 3.2.2, 3.3
>
>
> 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.