[jboss-dev-forums] [Design of JBoss Profiler] - Re: Web app fails to start - managed beans missing no-argume
rhills
do-not-reply at jboss.com
Fri Nov 28 10:02:48 EST 2008
Hi Jesper,
OK, I've looked at the classes you talked about and also looked through the xhtml files to see what Managed Beans are actually being used. As a result of that, I've established that a number of the Managed Beans defined in faces-config.xml are redundant. Happily this includes all the "beans" that are not in the web package and which cause errors during the webapp startup.
I've uploaded a new patch against https://jira.jboss.org/jira/browse/JBPROFILER-55 which removes all the offending bits of faces-config.xml and also modifies web.xml to remove a pesky space from the ajax4jsf servlet name (FacesServlet vs Faces Servlet). That was causing the web app startup to fail with an exception also. As they are inclined to do, that pesky little space took quite a while to locate!
The next step is to investigate why the home page of the web app keeps reloading itself and never actually rendering properly!
Cheers,
Rob Hills
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193049#4193049
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193049
More information about the jboss-dev-forums
mailing list