jsf - JBoss is taking a long time to read faces-config on the startup -
the startup of local application (jsf 1.1 on jboss 4.0.5 ga) taking forever (over 9 minutes!). stops while reading faces-config.xml:
==> info [facesconfigurator] reading config /web-inf/faces-config.xml (it gets stuck here)
a few days ago working fine. tried revert few changes made faces-config file problem persists.
any ideas on can going on or things me troubleshooting?
thanks
oh, found out problem schema validation. removed following line faces-config.xml , worked:
xsi:schemalocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
Comments
Post a Comment