Hi Cocoon devs,

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).

Does someone know how this relates to the servlet spec? Is the error on the Cocoon side or on the CXF side? Can I change the order of the calls as a workaround, or would this lead to unpredictable side effects?

Thanks a lot in advance!

-- Andreas


--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01

Reply via email to