ops4j / org.ops4j.pax.runner

Multi Framework OSGi Runner
http://team.ops4j.org/wiki/display/paxrunner/
47 stars 39 forks source link

Load-time-weaving support in equinox [PAXRUNNER-401] #411

Open ops4j-issues opened 13 years ago

ops4j-issues commented 13 years ago

Sathyakumar Seshachalam created PAXRUNNER-401

A Spring powered bundle that depends on Load time weaving for dependency injection (using @COnfigurable) fails. Looks like not a straightforward issue to fix though. As specifying a javaagent does not solve the problem.


Votes: 0, Watches: 0

ops4j-issues commented 13 years ago

Harald Wellmann commented

Which version of Equinox are you using? Equinox 3.7.0 provides Weaving Hooks according to the OSGi Core Spec 4.3 - no idea if the Spring agent can work with that...

Can you isolate the issue and provide a test case?