Apache Aries Blueprint doesn't support Spring AOP directly, but you may reference the following page to create your AOP bundles.
http://dywicki.pl/2011/11/running-aspects-under-osgi-4-2-with-karaf/ or you may deploy Spring bean directly on Apache Karaf by using Spring-DM, then you may apply Spring AOP for your spring beans. Best Rgds, Tom -----Original Message----- From: amitsaini1976 [mailto:[email protected]] Sent: Thursday, November 28, 2013 1:40 PM To: [email protected] Subject: Spring AOP example in Karaf Hi, Can anybody please point me to any example/code where AOP/Spring-AOP is used in OSGI-Karaf. I need AOP support in OSGI for the authentication before service methods are called. I dont want to create dynamic proxy for each service to achieve this. Thanks Amit Saini -- View this message in context: http://karaf.922171.n3.nabble.com/Spring-AOP-example-in-Karaf-tp4030442.html Sent from the Karaf - User mailing list archive at Nabble.com.
