https://issues.apache.org/bugzilla/show_bug.cgi?id=55282

--- Comment #6 from Oleksii <o...@ciklum.com> ---
I have encountered the same problem when used a workoaround solution for a SEAM
project (https://issues.jboss.org/browse/JBSEAM-4401). I need the
ConfigureListener to be invoked before the SeamListener.

During debugging I found that the com.sun.faces.config.ConfigureListener is
added twice in org.apache.catalina.core.StandardContext.

The first instance is added because it is described in the web.xml.

The second instance is added by a JarScanner because the listener is described
in jsf-impl.jar/META-INF/jsf_core.tld. My jsf-impl has an
Implementation-Version: 2.1.7-SNAPSHOT.

I have no idea how to avoid the situation yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to