http://www.nabble.com/OSGi-Dynamic-Weaving--td17559172.html
May 31, 2008
Hi Tim,
Our initial dynamic weaving support for Equinox is currently being integrated into the trunk. You can't use the agent to make it work. OSGi classloading is very different from Java SE so it requires special support. In the meantime you can use static weaving for OSGi apps.
Unfortunately, the implementation of dynamic weaving is platform specific so we need to find ways of doing it for each OSGi runtime. We're starting with Equinox and hope to provide support in other runtimes.
Shaun