Re: [aspectwerkz-user] Weaving aspects into abstract class initialisation
Alexandru Popescu <[email protected]> Thu, 26 May 2005 20:12:05 +0200
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
#: on behalf of Bygrave, Graham BGI UK :: 5/24/2005 3:35 PM :# > Hi, > > I want to build compile an aspect into a web application using the offline approach. As the actual EJBs are generated on deploy, I can't weave my aspect into them. So as a cludge fix, I want to weave my aspect into abstract class intialisations/finalisations instead. Is there currently any way to do this in the existing pointcut syntax? > > Best wishes, > Graham. > > Hi Graham, I am not sure i am getting some of the above explanations: 1/ why not consider the ltw? 2/ what EJBs get generated at deploy? (what are you really trying to advice?) 3/ staticinitialization pointcut definition is meant for static initialization, as for finalization what do you mean by this? (the normal finalize() or the EJB lifecycle?) cheers, :alex |.::the_mindstorm::.|