OK, I've gotten past this issue. MyFaces was loading my faces-config.xml twice, the first time because I had specified the following in web.xml:
| <context-param> | <param-name>javax.faces.CONFIG_FILES</param-name> | <param-value>/WEB-INF/faces-config.xml</param-value> | </context-param> | And the second thanks to the usual automatic lookup of /WEB-INF/faces-config.xml. I'd imagine this is a bug in MyFaces; IMO it shouldn't try to do the automatic lookup if the same resource has already been specified in a CONFIG_FILES context-param. I removed the CONFIG_FILES context-param and It Just Worked(tm) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942753#3942753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942753 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
