Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] AOSGi: declare prcedence seems to have no effect

Hi Oren,

I'm using AOSGi and trying to define precedence between two aspects that
operate on the same join-point however it doesn't work (In one aspect I
defined 'declare precedence: B, A;' and still A's advice operates before B's
advice). Is AOSGi supposed to support 'declare precedence' at all?

Equinox Aspects should support all of the AspectJ features,
of course... ;-)

Could you open a bug report against Equinox/Incubator with "[aspects]" in the subject and maybe attach a small example to reproduce the problem? That would be great.

-Martin




Back to the top