Sergey, I assume by using AspectJ, you mean that you're weaving your code with AspectJ at compile time? Bundlor should have no effect at all upon compilation: it runs after compilcation by analysing (among other things) the resulting byte code.
We have a large number of modules in the dm Server build what are compiled with AspectJ and have the manifests generated with Bundlor so it's definitely possible for this to work.
Can you provide some more details about your particular failure please?
Andy Wilkinson
SpringSource