Hey,
I have the exact same problem as defined here:
http://stackoverflow.com/questions/15625752/custom-provider-cant-inject-into-filter
Basically, my provider that extends
PerRequestTypeInjectableProvider<Context, MyInterface> works fine when
injected into resources using @Context.
However, trying to inject it into ContainerRequestFiler implementation
gives "Missing dependency for field". Standard providers such as
SecurityContext inject just fine using @Context.
What is the best solution here? Thanks.
Martynas
graphityhq.com