HubSpot/dropwizard-guice

[Question] bindListener declared in module not being fired

Opened this issue · 0 comments

So I'm trying to write a slf4j Logger provider for my app using Guice's custom injections, but when I try to use the injected instance in my resource class it's always null. Is there any extra setup needed for this to work besides what's in the link?

edit: I've also tried using sli4j, didn't work. Btw I'm using latest Java 7 and dropwizard-guice 0.8.1.0.

Thanks!