This will be a feature in our next release. In the meantime, please use the
normal around advice.
| public Object someAdvice(Invocation inv) throws Throwable
| {
| try{
| //Do stuff before
| return inv.invokeNext();
| }finally{
| //Do stuff after
| }
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030162#4030162
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030162
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user