Is it possible to automatically register a Spring @Component (or one of its specifications; e.g. @Repository) as an OSGi service? So I can use autowiring and all other benefits of Spring inside one bundle and OSGi Service Registry to communicate between bundles?
UPDATE: From this discussion it doesn't seem to be possible using standard Blueprint, only in Eclipse Gemini.