I have an aspect, defined as
<aspect name="ViewAspect" class="ViewAspect"/>
How do I programmatically make an advice out of its 'render' method and add it to
the chain of interceptors, same as I do with next xml:
<bind pointcut="execution(public * TickerPortlet->render(..))">
| <advice name="render" aspect="ViewAspect"/>
| </bind>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121511#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...