users@jersey.java.net

[Jersey] Re: wiring in a jersey service with spring

From: <discotrix_at_gmail.com>
Date: Tue, 17 Dec 2013 00:15:56 +0000 (UTC)

I seem to have the same problem, I am unable to @Autowire a spring bean
in a dependent project. I have tried @Inject also, and tried various
spring annotations like @Service, @Repository and @Component on the
spring bean, but these autowired spring classes are always null. Any
help would be great, thank you.