Giacomo Pati napisaĆ(a): > See my other mail. > > After hopefully fixing my flowscripts and sitemaps according to the new > resource accessing URIs I get:
Have you followed migration guides?: http://cocoon.zones.apache.org/daisy/cdocs/g1/g2/g1/1350.html http://cocoon.zones.apache.org/daisy/cdocs/g1/g2/g7/1351.html Any feedback on migration process is appreciated. > java.lang.IllegalStateException: BeanFactory not initialized or already > closed - call 'refresh' > before accessing beans via the ApplicationContext > at > org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:120) > at > org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:687) > at > org.acegisecurity.util.FilterChainProxy.obtainAllDefinedFilters(FilterChainProxy.java:220) > at > org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:135) > at > org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98) > at > org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1045) > at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:358) > at > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) > at > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) > at > org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:453) > at > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149) > ... > > Now this seems to me that some changes with the RCL prevents third party > servlet filters to access > the ApplicationContext, or am I wrong? I cannot comment much on this as I did not use third party servlet filters with RCL plugin. Can you use webapp archetype and jetty:run plugin to make sure that it's only RCL issue? -- Grzegorz Kossakowski
