I'm remember that I was using spring dm feature to do it in a blueprint way. There is a specific filter to add to you web.xml and then you will get a OsgiApplicationContext. This application context is osgi ready and can work with spring and blueprint file and therefore service published in your registry by other bundles.
Romain. Le jeudi 24 mai 2012, Guillaume Nodet a écrit : > Yes, it should work too, though the problem will be to communicate > from the blueprint beans to the servlets (or the other way around), > and there's no nice mechanism for that atm. > > On Thu, May 24, 2012 at 5:36 PM, djos06 <[email protected] <javascript:;>> > wrote: > > there is not a way to do it using blueprint ? > > > > -- > > View this message in context: > http://karaf.922171.n3.nabble.com/Re-Accessing-to-OSGI-bean-from-a-War-tp4013579p4013750.html > > Sent from the Karaf - Dev mailing list archive at Nabble.com. > > > > -- > ------------------------ > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > FuseSource, Integration everywhere > http://fusesource.com >
