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. -- Leszek Gawron CTO at MobileBox Ltd.
