[jboss-user] [JBoss Seam] - Re: No active event context

andyd do-not-reply at jboss.com
Tue Oct 24 15:29:52 EDT 2006


Added slight change to init() as follows:
---------------------------------------
super.init();
getPortletContext().setAttribute("org.apache.myfaces.SERIAL_FACTORY", new org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
()); 


And I can confirm I now have it working with facelets without StartupServletContextListener in web.xml.  The usual Exception telling me that StartupServletContextListener has not been added has reappeared in the logs, but things seem to be working at the moment.  

Thanks guys - you're stars!  Now I'm dying to take a look at Gavins latest masterpiece!

Andy.

Many thanks

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

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



More information about the jboss-user mailing list