Can someone please advise on what options are currently available for weaving in Felix?
I have implemented an org.osgi.framework.hooks.weaving.WeavingHook combined with Javassist for the bytecode manipulation. This seems to work okay but reading http://dywicki.pl/2011/11/running-aspects-under-osgi-4-2-with-karaf/ it appears that Equinox offers another pre OSGI 4.3 solution. Although this solution doesn't appear to (at least yet) use the 4.3 WeavingHook it does appear to offer the ability of using the AspectJ syntax. Has anything like this been ported/implemented for Felix? e.g. is it possible to do AspectJ styled weaving in Felix (across bundles) or is the only current option to implement a WeavingHook and write custom code for the manipulation of the byte code? Thanks, Tim -- View this message in context: http://apache-felix.18485.x6.nabble.com/Options-currently-available-for-weaving-in-Felix-tp5004386.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

