]
Tomaz Cerar commented on WFLY-4738:
-----------------------------------
Also before reporting issue always try to reproduce it in latest version first, currently
that is 9.0.0.CR1
ServletContextListener execute wrong order
------------------------------------------
Key: WFLY-4738
URL:
https://issues.jboss.org/browse/WFLY-4738
Project: WildFly
Issue Type: Bug
Components: Server
Affects Versions: JBoss AS7 7.1.1.Final
Reporter: no name
Assignee: Jason Greene
I develop Web Application with Spring Framework and deploy on JBoss.
I have some servlet context listeners which are register in deployment descriptor
(web.xml).
Some times, server starting then listeners which are executed after spring create beans.