Is There a Place for OSGi in Enterprise Application Development? (Part 2)

OSGiによる動的モジュール管理の記事。最後の方にちょっと気になる記述がありました。

However, OSGi has hurt some proven solutions as well. The most notable is that of aspect orientation. Inside a bundle, AOP is easily achievable. However, applying aspects across bundles is still a problem and projects such as the Eclipse Equinox Aspects project show strong promise.

OSGiではバンドルをまたがってAOPを適用するには問題があって、Eclipse Equinox Aspectsがその問題に取り組んでいるとのこと。