Ive got it working the correct syntax was
| <interceptor class="org.neo.swarm.interceptor.within.WithinAspect"/>
| <bind pointcut="execution(* $instanceof{@org.neo.swarm.interceptor.within.InterceptWithin}->*())">
| <advice name="execute"
| aspect="org.neo.swarm.interceptor.within.WithinAspect"/>
| </bind>
Cheers Neil.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883690#3883690
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883690
|