Anybody's tried pax runner (or pax exam) to integration test a bundle with @Configurable annotated classes in it ?

Have been trying hard to get it going, While ltw might work straightaway in Virgo, there does not seem to be an easy way to integration test in it.

Found this blog from Martin Lippert on how to use a springweaver. Tried it, but ended up getting a
Code:
org.springframework.beans.factory.CannotLoadBeanClassException: Error loading cl
ass [org.eclipse.equinox.weaving.springweaver.EquinoxAspectsLoadTimeWeaver] for
bean with name 'loadTimeWeaver' defined in null: problem with class file or depe
ndent class; nested exception is java.lang.NoClassDefFoundError: org/springframe
work/osgi/context/BundleContextAware
And further down

Code:
Caused by: java.lang.NoClassDefFoundError: org/eclipse/equinox/service/weaving/I
WeavingServiceFactory
        at org.eclipse.equinox.weaving.springweaver.Activator.start(Activator.ja
va:47)
.



Note that my QA/prod deployment is going to be on Virgo and Ideally i will like to just use
Code:
<context:load-time-weaver aspectj-weaving="on"/>