[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

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

2013-02-06 Thread Bill Burke
log a jira please On 2/6/2013 12:31 PM, Stephen Gargan wrote: 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