Comment #1 on issue 571 by [email protected]: ServletModule needs better error msg if calling serve(..) or filter(..) outside of configureServlets
http://code.google.com/p/google-guice/issues/detail?id=571
i actually hit this in the 2.0 => 3.0 migration. fact is, the same case exists for AbstractModule....its binder is set to null after configure() exits.
probably a Preconditions.checkNonNull(...) with a bit that stores whether configure*() has exited will do the trick.
-- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. 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-dev?hl=en.
