Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Trapping lookup method on InitialContext

When you say it is not working, what do you mean?  Is there a
compilation error, runtime error, or is the advice just not executing
when you think it should.

Please provide a snippet of the code you think it should match.

If you are using Eclipse, you should see gutter markers.  If you see
none, then that is a first sign that your pointcut is not matching
where you expect it to.


Back to the top