Re: method advisors... change parameters

2009-11-24 Thread Thiago H. de Paula Figueiredo
Em Tue, 24 Nov 2009 04:31:32 -0200, Alfonso Quiroga escreveu: Hi, is there a way to change the parameters of a service "invocation"? I have the T5Invocation, the java Method.. I saw that invocation has the real values inside (p0, p1.. fields). I can access them via reflection (brute force), m

method advisors... change parameters

2009-11-23 Thread Alfonso Quiroga
Hi, is there a way to change the parameters of a service "invocation"? I have the T5Invocation, the java Method.. I saw that invocation has the real values inside (p0, p1.. fields). I can access them via reflection (brute force), maybe something more adecuate? thanks in advance ---