[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - how to change the arguments of a method by AOP?

2004-11-10 Thread huqiao
Asking for help from a beginner of JBoss AOP. I am trying to replace the values of arguments in a method by Interceptor. but it seems does not work. | public class SimpleInterceptor implements Interceptor | { | public String getName() { return "SimpleInterceptor"; } | | public

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: how to change the arguments of a method by AOP?

2004-11-10 Thread huqiao
hi, there was a mistake in my first post. the xml file i have tried is as follows. | | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854709#3854709 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: how to change the arguments of a method by AOP?

2004-11-11 Thread huqiao
hi, what i really want to do is try to change the arguments of method for a system class by interceptor. so i can only use the "call" joinpoint. it is possible to get the argument of the caller, but i do not know how to set (change) the argument of the callee. [EMAIL PROTECTED] View the ori

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: how to change the arguments of a method by AOP?

2004-11-14 Thread huqiao
hi, could you tell me how to turn JBOSS AOP optimization off in the build.xml of ant? | | | | | | | | | | | [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: how to change the arguments of a method by AOP?

2004-11-15 Thread huqiao
the following error message occure: [aopc] BUILD FAILED: The task doesn't support the nested "sysproperty" element. [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855289#3855289 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: how to change the arguments of a method by AOP?

2004-11-16 Thread huqiao
It works. Thanks. [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855452#3855452 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855452 --- This SF