Hi,

has anyone tried out load time weaving in an osgi environment using org.eclipse.equinox.weaving.springweaver and not the aspectj weaver? I have managed to make things work with org.eclipse.equinox.weaving.aspectj plugin but not with the springweaver alternative. I need this because I'm using Spring DM and I want to weave, in some bundles, services created by Spring DM. I have read that its possible to do so. Is there any configuration I'm missing at the bundle that needs to be weaved? For the time I only have configured the bundle that contains the aspects with: <context:load-time-weaver weaver-class="org.eclipse.equinox.weaving.springweaver.Eq uinoxAspectsLoadTimeWeaver" /> and I have added a required plugin dependency to this plugin from the one that needs to be weaved.

Thanks in advance! Any help will be highly appreciated (I've been searching for weeks)

Olga