Have you included the JSR-330 jar into your app? How are you building your ultimate WAR for app engine deployment?
Christian. On Mar 29, 2012, at 3:18 PM, [email protected] wrote: > Comment by [email protected]: > > Hey I am getting the following error > > Uncaught exception from servlet > java.lang.NoClassDefFoundError: javax/inject/Provider > at > com.google.inject.internal.MoreTypes.canonicalizeForKey(MoreTypes.java:81) > at com.google.inject.Key.<init>(Key.java:119) > at com.google.inject.Key.get(Key.java:212) > at > com.google.inject.spi.Elements$RecordingBinder.bind(Elements.java:262) > at > com.google.inject.internal.InjectorShell$RootModule.configure(InjectorShell.java:276) > at > com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223) > at com.google.inject.spi.Elements.getElements(Elements.java:101) > at > com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:133) > at > com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:103) > I have followed all the instructions as is. > Can you tell me where I am going wrong. > > For more information: > http://code.google.com/p/google-guice/wiki/GoogleAppEngine > > -- > 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. > -- 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.
