Hi,
I am currently struggling with jersey injection for spring beans into my
Filters.
I managed to resolve this for the resources by manually scanning my
resources to retrieve the beans from spring and use a Binder to bind
them to its names/types. This works fine for resources.
For Filter this does not work. It refuses to inject anything in there. I
can't register it with a new context in the configure method because I'd
need to inject it first to be able to register it. Anyone have any ideas
on how to solve this issue?
Thank you!
Artur