Re: [aspectj-users] JoinPoint.getArgs() in multiple aspects on same joinpoint

2013-04-14 Thread Jay Roberts
Hi Brett, Thanks for the links and the response. I had come across that discussion, but it still didn't meet my needs. I understand the logic of getArgs returning the original passed args, those semantics makes sense. But what I can't do is have something like args(..) in the pointcut and bi

Re: [aspectj-users] JoinPoint.getArgs() in multiple aspects on same joinpoint

2013-04-14 Thread Brett Randall
Jay, This was asked not so long ago on the list - it should be added to a FAQ if it is not already there, and perhaps justifies a JavaDoc clarficiation. See also: http://aspectj.2085585.n4.nabble.com/Modifying-parameters-in-more-than-one-aspect-providing-around-advice-td4650584.html http://stack