On 08/10/2011 12:13 PM, manitas wrote: > Hello > > I'm a beginner with shiro and I I've tried to follow the documentation > related to guice + shiro but I've the following error > > java.lang.NoClassDefFoundError: com/google/inject/multibindings/Multibinder > at org.apache.shiro.guice.ShiroModule.bindRealm shiro-guice also requires the guice-multibindings extension. If you're using maven, it should bring this in as a dependency.
> > > Thanks in advance for your help. > > By the way, Is there somewhere on internet a complete example of > ShiroWebModule usage ? > > Are you looking for more than this? http://shiro.apache.org/guice.html
