> com.sun.jersey.server.impl.application.WebApplicationImpl > processRootResources > SEVERE: The ResourceConfig instance does not contain any root resource > classes.
Ah yes, I've seen that before. For some funny reason, Jersey refuses to start up if it doesn't find anything to work with in the packages you give it to scan. If you add a service, you should be good. At least for that error :-) Eelco -- You received this message because you are subscribed to the Google Groups "google-guice" 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?hl=en.
