[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jsf for jboss 4.2

hryhory do-not-reply at jboss.com
Fri Mar 14 10:07:38 EDT 2008


Today I had the same problem.

To avoid this exception you have to add to your web.xml
following lines:

<context-param>
  |      <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
  |      <param-value>true</param-value>
  | </context-param>

This will disable the built-in jsf implementation (just read server output)

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136689



More information about the jboss-user mailing list