Did you include a context listener for the RI? For some servers, you might need something like this in your web.xml:
<listener> | <listener-class>com.sun.faces.config.ConfigureListener</listener-class> | </listener> Also see http://forum.java.sun.com/thread.jspa?threadID=5163611&messageID=9624948 Stan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052740#4052740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052740 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
