]
jaikiran pai commented on WFLY-4738:
------------------------------------
Please use the forums for discussions like this one. You indicate you are using AS7, so
the forum is here
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.