Thanks for the workaround. I will try to explain:
I have added -Djboss.aop.optimized=false as an argument for jvm in order to turn off optimization. I am unsure if this is what you wanted me to do because there was no mentionig that this is turning off reflection optimization. Maybe there is some way to disable only reflection optimization. After I used this option my application stoped working properly. So this is not a solution. The problem was that the advice for authentication was invoked over and over. The invokeNext() was causing another advice invocation. This authentication advice has nothing to do with the other aspect in which I am trying to change target object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932164#3932164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932164 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
