Also, can you see if you get the expected values when you replace the "bind"s in
your jboss-aop.xml with "prepare"s?
e.g.
| <bind pointcut="execution...">
| ...
| </bind>
|
becomes
| <prepare expr="..."/>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967536#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...