Thanks for the reply!
I still have one question:
Accord to this
(
http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/example...)
I should be able to access the arguments and change them, but I cannot.
anonymous wrote :
| When an AOP'ed method is called, JBoss will break up the method into its parts: a
java.lang.reflect.Method object and an
|
| Object[]
|
| array representing the arguments of the method. These parts are encapsulated in an
org.jboss.aop.joinpoint.Invocation object. SimpleInterceptor.java is a simple
implementation of an interceptor.
|
Any idea on how to do that?
Thanks so much,
Silviu
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204078#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...