In the event anyone else runs into this binding error, the problem ended up that I was registering my private module more than once because I accidentally instantiated the private module both from the Guice. createInjector call as well as in my main module using what I believe is the recommended technique, by adding this line in my main module's configure() method:
install(new MyPrivateModule()); Jeff -- You received this message because you are subscribed to the Google Groups "google-guice" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-guice/-/NM8iD5EzgDAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
