[Resteasy-users] Fwd: Issue with injected ServletContext in Resteasy/SpringMVC setup

2013-02-06 Thread Stephen Gargan
I'm having an issue retrieving servlet parameters with a springmvc resteasy setup using 2.3.5.Final. A class that I have no control over uses the @Context to inject the ServletConfig so that it can look up an init-param. When this class asks the injected context for the param an exception is throw

[Resteasy-users] Issue with injected ServletContext in Resteasy/SpringMVC setup

2013-02-06 Thread Stephen Gargan
I'm having an issue retrieving servlet parameters with a springmvc resteasy setup using 2.3.5.Final. A class that I have no control over uses the @Context to inject the ServletConfig so that it can look up an init-param. When this class asks the injected context for the param an exception is throw