RE: Loading Spring Beans

2009-04-03 Thread Jerome Louvel
Hi Dustin, After looking at the code, there has been changes related to context in 1.2, to better isolate Components from Applications that affect you. I suggest that you enter an issue report in our tracker so we can have a closer look at this an see how we could support that again.

Re: Loading Spring Beans

2009-04-03 Thread Dustin N. Jenkins
Thanks very much Jerome! We do have other Servlet applications that are outside my control unfortunately. Dustin Jerome Louvel wrote: Hi Dustin, After looking at the code, there has been changes related to context in 1.2, to better isolate Components from Applications that affect you. I

Re: Loading Spring Beans

2009-04-03 Thread Rhett Sutphin
Hi Dustin, Another option you could consider (if you haven't already) is using RestletFrameworkServlet and SpringBeanRouter to configure your application. This allows you to use IoC to configure your Resource instances, obviating the need to access the ApplicationContext directly most of

Re: Loading Spring Beans

2009-04-03 Thread Dustin N. Jenkins
That's a good point. I'd need to do some refactoring, but that could work. Might be cleaner in the end too. Thanks! Dustin Rhett Sutphin wrote: Hi Dustin, Another option you could consider (if you haven't already) is using RestletFrameworkServlet and SpringBeanRouter to configure your