Hi, not sure how it worked before, but it seems
Autobind: org.nnsoft.guice.autobind.configuration.PropertiesReader makes use of: org.apache.onami.configuration.configuration.PropertiesURLReader Now PropertiesURLReader is package scoped. Even when I correct the namespace for autobind it will fail. The solution is to make PropertiesReader public. But I guess there was some reason to make it package scoped in the past. Any objections if I would make this class public? Cheers Christian -- http://www.grobmeier.de https://www.timeandbill.de
