Re: [aspectwerkz-user] Modifying parameters...
"Jonas Bonér" <[email protected]> Wed, 1 Mar 2006 21:49:39 -0800
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Great that you got it to work. The issue you are raising seems to be a bug. Either in the docs or in the code, depending on how you look at it... ;-) Sorry for any inconvenience it might have caused you. /Jonas On 3/1/06, Corey Puffalt <[email protected]> wrote: > Thanks for your reply. It took a few hours but I did manage a working > configuration based on the information you pointed to. One issue I > discovered is that even if the new JoinPoint interface you define extends > JoinPoint (as opposed to StaticJoinPoint) you can't access the rtti > information (ie. call get Rtti() ) successfully. The documentation implies > this should work. Instead I was getting an abstract method error (or > something similar -- sorry I've lost the details.) Maybe this is a known > issue? > > Corey > > > > > On 3/1/06, Jonas Bonér <[email protected]> wrote: > > Hi there. > > > > This is what you want: > > > http://aspectwerkz.codehaus.org/new_features_in_2_0.html#Strongly_typed_proceed > > > > Besides, actually working :-), (and being more elegant), it is much > > more performant since no reflection is used - all is statically > > compiled. > > > > > > /Jonas > > > > -- Jonas Bonér Terracotta, Inc. http://jonasboner.com http://www.terracottatech.com