Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] AOP question / wormhole

Hello Ron,
  i have tried ur suggestions.. it will work fine except for one thing:  my  UserRequestAspect and MyAuditAspect are in different]
project in my RAD environment

one is in myEJB project and the other is in myWeb project.... 

MyAuditAspect should get the user from UserREquestASpect, but since they are in different projects i have a
ClassNotFoundException  at runtime.
myWeb project is already referring to myEJB, and i want to avoid to make myEJb refer to myWeb for my usecase...
I have posted my problem, the subject is  AJDT / RAD / AspectPath again :( 


looks to me like i will have to do some tricks, such as creating a class in my aspect htat i can access via static methods from
my myEJB project aspect... as i have found in this post..

http://groups.google.co.uk/group/CTJUG-Forum/browse_thread/thread/e2a34649eb322d7f/f4c961cf44f90f0c?lnk=st&q=ThreadLocal+AOP&rnum=2&hl=en#f4c961cf44f90f0c

unless.... do you have a better suggestion to give me?

thanks in advance and regards
 marco






Back to the top