The last code snippet was messed up, this is the woven code
| class Blah{
| @Destroy
| void someMethod(){
| //hooks for aop
|
| @Destroy
| aop$someMethod();
| }
| }
|
I will fix it so it becomes
| class Blah{
| @Destroy
| void someMethod(){
| //hooks for aop
|
| aop$someMethod();
| }
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990077#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...