"acruise" wrote : "[EMAIL PROTECTED]" wrote : The problem is that two different SeamPhaseListeners are being registered with JSF. One is in faces-config.xml. I'm trying to figure out where the other one comes from. | I've got the identical stack trace.
A few things that may be relevant... I'm deploying this to JBoss 4.0.4CR2 as an .ear containing a .war and two ejb modules. It's is a copy of the registration tutorial, modified to work with my own User class, except the entities and session beans are contained in separate ejb modules. - the .ear contains META-INF/application.xml, which looks like this: | <application xmlns="http://java.sun.com/xml/ns/javaee" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee | http://java.sun.com/xml/ns/javaee/application_5.xsd" | version="5"> | <display-name>Foo.com</display-name> | <module> | <web> | <web-uri>foo.war</web-uri> | <context-root>foo</context-root> | </web> | </module> | | <module> | <ejb>foo-seam.jar</ejb> | </module> | | <module> | <java>jboss-seam.jar</java> | </module> | | <module> | <ejb>foo-entities.jar</ejb> | </module> | | </application> | - the first ejb module (foo-entities.jar) contains my entity beans classes and a persistence.xml; - the other (foo-seam.jar) contains only RegisterAction.class, Register.class and the ejb-jar.xml declaring the Seam interceptor; - the .war contains faces-config.xml, web.xml, register.jsp and registered.jsp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942742#3942742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942742 ------------------------------------------------------- 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 JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user