"ralfsteppacher" wrote :
| With the modified aop.xml I get several exceptions on server start-up :
|
|
| | java.lang.RuntimeException: Error configuring property: manager for
JMXRegistrationAdvice$AspectBinding
| | at
org.jboss.kernel.plugins.dependency.ConfigureAction.dispatchSetProperty(ConfigureAction.java:112)
| | at
org.jboss.kernel.plugins.dependency.ConfigureAction.setAttributes(ConfigureAction.java:85)
| | ...
| | Caused by: java.lang.IllegalArgumentException: No such property aspectManager for
bean org.jboss.aop.AspectManager available [typedefs, annotationIntroductions, call,
classMetaDataLoaders, set, bindings, interceptorStacks, sortedPrecedenceDefEntries,
annotationOverrides, precedenceDefs, execution, interfaceIntroductions, dynamicCFlows,
interceptorFactories, perVMAspects, pointcutInfos, construction, managerFQN, advisors,
includedInvisibleAnnotations, ignore, declares, get, withincode, ignoreExpressions,
subscribedSubDomains, classMetaData, class, arrayReplacements, exclude, aspectDefinitions,
include, dynamicAOPStrategy, lifecycleBindings, pointcuts, cflowStacks, bindingCollection,
within]
| | at
org.jboss.beans.info.plugins.AbstractBeanInfo.getProperty(AbstractBeanInfo.java:147)
| | at
org.jboss.beans.info.plugins.BeanInfoUtil.getNestedTarget(BeanInfoUtil.java:77)
| | ...
| |
|
This means that the bean you have here
is already org.jboss.aop.AspectManager instance.
Post the JNDIBinding/Interceptor code.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202463#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...