container.refresh() is called before embeddedServlet.init()
-----------------------------------------------------------
Key: COCOON-2262
URL: https://issues.apache.org/jira/browse/COCOON-2262
Project: Cocoon
Issue Type: Bug
Components: - Servlet service framework
Affects Versions: 2.2-dev (Current SVN)
Reporter: Andreas Hartmann
Priority: Minor
I get an NPE in an embedded servlet (CXFServlet from Apache CXF) because it
references the servletConfig when onApplicationEvent() is processed. Apparently
this happens because the ServletFactoryBean calls
container.refresh()
before
this.embeddedServlet.init(blockServletConfig).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.