RE: web.xml context-params go missing

2009-12-28 Thread Jerome Louvel
...@noelios.com] Envoyé : mercredi 16 décembre 2009 15:54 À : discuss@restlet.tigris.org Objet : Re: web.xml context-params go missing Hi Dustin, do you mind send me a sample application with your configuration? Best regards, Thierry Boileau I have a Spring loaded RESTlet application using

Re: web.xml context-params go missing

2009-12-16 Thread Thierry Boileau
Hi Dustin, do you mind send me a sample application with your configuration? Best regards, Thierry Boileau I have a Spring loaded RESTlet application using the 2.0M6 version. My ServerResources used to be able to obtain the context-params from the web.xml using the Context.getParameters()

web.xml context-params go missing

2009-12-15 Thread Dustin Nicholas Jenkins
I have a Spring loaded RESTlet application using the 2.0M6 version. My ServerResources used to be able to obtain the context-params from the web.xml using the Context.getParameters() method, but that's no longer the case. Through my debugger, I can see that the parent of the parent of the