Re: [aspectwerkz-user] problem adding pointcut/advice
Brent Verner <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
[2005-03-28 23:35] Alexandru Popescu said: | > Is there any significance to the "java.rmi.AccessException.detail" bit? | > -- I know the method that I'm putting an advice on does some RMI at the | > end of the day. | The message is saying that the weaver is not able to determine the necessary information about a | field named detail in the AccessException of type Throwable. Right, and that field is a public member of AccessException's superclass (RemoteException). Should the weaver be checking the superclass in this case? Or does it already do that, implying that there is something weird about my env. that is causing it to misbehave? If I have time tonight, I might dig into AW to see if I can get this straightened out. cheers. Brent