Reputation: 1
I have a Spring bean containing an interface, as part of an OSGI bundle.
I would like to use that bean in my Shindig project ( WAR). and inject it's implementation.
I tried to use Guice Spring integration in order to this, but no good.
What are my options to use OSGI bundle with @Autowire spring annotations, inside my Shindig project?
Thank you, Doron
Upvotes: 0
Views: 236