Hello there:
I have a standard Jersey app with a PerRequestTypeInjectableProvider
injecting a type into a field.
All works well without Spring.
When I change web.xml to use Spring-integration servlet (ie:
com.sun.jersey.spi.spring.container.servlet.SpringServlet), I consistently
get:
SEVERE: Missing dependency for field: private x.y.z.SomeClass for the same
field.
The Provider itself is marked as @Provider and is registered with Spring.
Am I missing something?
-Andy
--
Andy Pemberton
www.andypemberton.com