> SEVERE: service exception: > java.lang.NullPointerException > at com.netdesign.rest.MyResource.getIt(MyResource.java:58) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at >
Not sure what's wrong, but you may be best of trying to follow the documentation you can find here: https://jersey.dev.java.net/nonav/apidocs/1.1.5/contribs/jersey-guice/index.html 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.
