users@jersey.java.net

[Jersey] custom injector not working

From: Trenton D. Adams <trenton.d.adams_at_gmail.com>
Date: Fri, 19 Feb 2016 17:06:10 -0700

Good day,

Apparently I sent this prior to being approved on the list. Here we go
again...

Okay, so, following the guide at
https://jersey.java.net/documentation/latest/user-guide.html#d0e16644 results
in code at https://gist.github.com/anonymous/e16a60970e9f1e42c536 and
except stack trace at https://gist.github.com/anonymous/56676819f74ecefd604c

It seems like Jersey doesn have an HttpServletRequest injector, so my
injector doesn't work. Is that right? And if so, do the docs maybe need
to be updated?

Either way, how do I go about following the guide, and getting a custom
injector working?

Thanks.