Ok Sam, looks like you were right. I got it to work. Problem was in my
web.xml for my Resteasy app. In case anyone makes the same mistake, here is
what I had to change:
<context-param>
<param-name>resteasy.scan</param-name>
<param-value>false</param-value>
</context-param>
<!-- NEEDED TO REMOVE THE RESTEASY RESOURCE LIST
<context-param>
<param-name>resteasy.resources</param-name>
<param-value>Foo</param-value>
</context-param>
-->
<context-param>
<param-name>resteasy.guice.modules</param-name>
<param-value>FooModule</param-value>
</context-param>
Having both the guice.modules and rest easy.resources defined was redundant
and caused the problem.
Michael
On Friday, July 26, 2013 2:27:05 PM UTC-5, Sam Berlin wrote:
>
> The stack trace doesn't appear to have anything to do with Guice. I'm not
> really familiar with resteasy -- are you certain it's actually using Guice?
> It looks to me like it's just doing its own thing and failing.
>
--
You received this message because you are subscribed to the Google Groups
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice.
For more options, visit https://groups.google.com/groups/opt_out.