Some how it seemed like an error was getting processed. So I commented out the 
following from web.xml:
  <error-page>
  |     <error-code>500</error-code>
  |     <location>/displayError.jsf</location>
  |   </error-page>
  |   <error-page>
  |     <error-code>404</error-code>
  |     <location>/displayError.jsf</location>
  |   </error-page>
  |   <error-page>
  |     <exception-type>java.lang.Throwable</exception-type>
  |     <location>/displayError.jsf</location>
  |   </error-page>

After doing that everything worked. I just have no clue at the moment why the 
error page was attempted to be loaded as there doesn't seem to have been any 
errors (page is working just fine without this).

Anyone else experience this type of issue?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033398#4033398

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033398
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to