Error Message:
----- "Dan Allen" <dan.j.allen@gmail.com> wrote:
> > Replace JSF with an up to date version. JSF lives in server/default/
> > deploy/jboss-web.deployer/jsf-libs/{jsf-api.jar, jsf-impl.jar}.
>
> Thanks, I'll get that into our FQA.
>
> Isn't the "two listeners installed" just a warning? Seam still works
> as far as I know. I see this same message when deploying to Tomcat.
>
23:56:56,423 ERROR [SeamPhaseListener] uncaught exception
java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed)
at org.jboss.seam.contexts.PageContext.getPhaseId(PageContext.java:162)
at org.jboss.seam.contexts.PageContext.isBeforeInvokeApplicationPhase(PageContext.java:174)
at org.jboss.seam.contexts.PageContext.getCurrentWritableMap(PageContext.java:90)
at org.jboss.seam.contexts.PageContext.remove(PageContext.java:104)
Looks like an exception to me ;)