The startup of my local application (JSF 1.1 on JBoss 4.0.5 GA) is taking forever (over 9 minutes!). It stops while reading the faces-config.xml:
==> INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml (it gets stuck here)
A few days ago everything was working just fine. I tried to revert the few changes that were made to the faces-config file but the problem persists.
Any ideas on what can be going on or things I could do to help me with the troubleshooting?
Thanks