[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

andyd do-not-reply at jboss.com
Mon Oct 23 17:13:19 EDT 2006


Just manager to get things working by adding the following to web.xml

    
        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
    

  <context-param>
    <param-name>org.apache.myfaces.SERIAL_FACTORY</param-name>
    <param-value>org.apache.myfaces.JbossSerialFactory</param-value>
  </context-param>

Andy.


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

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



More information about the jboss-user mailing list