Giacomo Pati wrote: > > > Leszek Gawron wrote: >>> Giacomo Pati wrote: >>>> Ok, I think I've found the bug. >>>> >>>> The CPOC had a section where it was *always* loading the general >>>> overwriting >>>> properties files. This has lead to the NoSuchBeanDefinitionException during >>>> request handling where a different beanFactory (the one for the sitemap, >>>> not >>>> the global one) was used which didn't had the bean trying to overwrite! >>>> >>>> So far I've committed this fix. >>>> >>>> Question remaining: >>>> >>>> Is it necessary to load those property files (probably for the sitemap >>>> beanFactory) for each request? >>> IMO once the context is up an running it should not be post processed again. > > I have the same oppinion but during my debugging sessions with the CPOC I've > seen that (probably the beanFactory for that sitemap) is processed for each > request! > Strange! When I wrote the CPOC some weeks ago I did not experience these problems. It "just worked" :) The post processing is the final phase of setting up the application context, so this should happen only once. Could it be that now the whole context is instantiated anew on each request?
Carsten -- Carsten Ziegeler - Chief Architect http://www.s-und-n.de http://www.osoco.org/weblogs/rael/
