[jboss-jira] [JBoss JIRA] Commented: (JBAOP-271) Hardcoded aspect manager in AspectBeanMetaDataFactory
Kabir Khan (JIRA)
jira-events at jboss.com
Sat Nov 11 10:00:43 EST 2006
[ http://jira.jboss.com/jira/browse/JBAOP-271?page=comments#action_12346730 ]
Kabir Khan commented on JBAOP-271:
----------------------------------
The AspectBeanMetaDataFactory no longer creates an AspectManager itself. It now causes the Aspect and AspectBinding to depend on the AspectManager being installed as a bean. Unless specified the bean name is taken to be "AspectManager", this can be overridden though via the manager-bean and manager-property attributes of <aop:aspect>
<aop:aspect xmlns:aop="urn:jboss:aop-beans:1.0"
name="DependencyAdvice"
class="org.jboss.test.aop.mcjmx.InterceptorWithDependency"
manager-bean="AspectManager"
manager-property="aspectManager"
pointcut="execution(* org.jboss.test.aop.mcjmx.BeanWithDependency->someAction(..))">
<property name="dependency"><inject bean="Dependency"/></property>
</aop:aspect>
> Hardcoded aspect manager in AspectBeanMetaDataFactory
> -----------------------------------------------------
>
> Key: JBAOP-271
> URL: http://jira.jboss.com/jira/browse/JBAOP-271
> Project: JBoss AOP
> Issue Type: Sub-task
> Reporter: Kabir Khan
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list