|
Thanks Sam. For now, the fix doesn't seem to appear in the current nightly snapshot (#20071105-291). Regards, Bertrand Hi Bertrand, The new ContextLoader code is in CVS, but you are correct: it doesn't show up in the Thanks for pointing this out! Sam Hi Sam, We could find the fix out in the latest nighty build. Thanks. We face two issues:
Sorry for that. Bertrand Reopened to address Bertrand's latest comments regarding the ServletContext in the web ContextLoader. org.springframework.web.context.ContextLoader's customizeContext() method customizeContext(ServletContext,ConfigurableWebApplicationContext) cheers, Sam Thanks Sam. Furthermore, I'm glad to tell you that I could get through I owe you one! Bertrand |
||||||||||||||||||||||||||||||||||||||
Hi Bertrand,
> First of all, congratulations for this huge and tremendous job!
Thanks!
> The idea is to supply an abstract customizeContext() method (just like the
> supplied customizeBeanFactory() method) in both web.context.ContextLoader and
> test.context.ContextLoader.
That's a good idea, and I've implemented it using empty implementations instead of
abstract methods as follows.
ContextLoaders now provide an opportunity for subclasses to customize the context
before calling refresh. For details see:
Feel free to try it out in one of the upcoming nightly snapshots for Spring 2.5 RC2.
Regards,
Sam