I can useload time weaving with OSGi bundles now. However I wonder if it's okay that I don't see my aspects being applied to the targeted sources at development time. Rather I have warnings in the aspect files like this:
advice defined in org.eclipse.emf.cdo.threedee.Universe has not been applied [Xlint:adviceDidNotMatch]
I have already tried to add to the InPath of the AspectJ build path properties. However that immediately leads to the exception mentioned in https://bugs.eclipse.org/bugs/show_bug.cgi?id=337079 . Is there a better way to see where the aspects are applied?