Простые расширения ajaxErrorHandler не работают

На WildFly 8-1 у меня есть primefaces-5.1.jar а также primefaces-extensions-2.1.0.jar в моих веб-приложениях WEB-INF/lib каталог.

Я настроил WEB-INF/faces-config.xml:

<?xml version="1.0" encoding="UTF-8"?>
<faces-config
  xmlns="http://xmlns.jcp.org/xml/ns/javaee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd"
version="2.2">
  <application>
    <el-resolver>org.primefaces.application.exceptionhandler.PrimeExceptionHandlerELResolver</el-resolver>
  </application>

  <factory>
    <exception-handler-factory>org.primefaces.application.exceptionhandler.PrimeExceptionHandlerFactory</exception-handler-factory>
  </factory>
</faces-config>

У меня есть следующий JSF.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
  xmlns:h="http://xmlns.jcp.org/jsf/html"
  xmlns:f="http://xmlns.jcp.org/jsf/core"
  xmlns:p="http://primefaces.org/ui"
  xmlns:pe="http://primefaces.org/ui/extensions">
<h:head></h:head>
<h:body>
  <h:form id="form">
    <pe:ajaxErrorHandler body="ERROR"/>
    <p:commandButton actionListener="#{dossierResumen.excepcion}" value="Excepción"/>
  </h:form>
</h:body>
</html>

где DossierResumen#excepcion() является

public void excepcion() {
  throw new NullPointerException("EXCEPCION! EXCEPCION!");
}

Когда я нажимаю кнопку, я вообще не получаю всплывающие окна; страница перенаправляется на URL для ошибки 500, определенной в web.xml, В логах я получаю следующую стену stacktrace:

Что я делаю неправильно?

15: 44: 14,206 ОШИБКА [stderr] (задание по умолчанию-42) java.lang.NullPointerException: ИСКЛЮЧЕНИЕ! EXCEPCION! 15:44:14,206 ОШИБКА [stderr] (задание по умолчанию-42) на es.imasmallorca.selene.webone.jsf.controller.dossier.DossierResumen.excepcion(DossierResumen.java:55) 15:44:14,206 ОШИБКА [stderr] (задание по умолчанию-42) в es.imasmallorca.selene.webone.jsf.controller.dossier.DossierResumen $ Proxy $ _ $$ WeldClientProxy.excepcion (неизвестный источник) 15: 44: 14,206 ОШИБКА [stderr] (задание по умолчанию-42) в sun.reflect.NativeMethodAccessorImpl.invoke0(собственный метод) 15: 44: 14,206 ОШИБКА [stderr] (задание по умолчанию-42) в sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 15R: 44ROR [storr] [15]: 44: 14: 14 (задание по умолчанию 42) в sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:44:14,207 ОШИБКА [stderr] (задание по умолчанию 42) в java.lang.reflect.Method.invoke(Method.java):606) 15:44:14,207 ОШИБКА [stderr] (задание по умолчанию-42) на com.sun.el.parser.AstValue.invoke(AstValue.java:275) 15:44:14,207 ОШИБКА [stderr] (задание по умолчанию- 42) в com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl. Java:304) 15:44:14,207 ОШИБКА [stderr] (задание по умолчанию-42) в org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) 15:44:14,207 ОШИБКА [stderr] (задание по умолчанию 42) в org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) 15:44:14,208 ОШИБКА [stderr] (задание по умолчанию 42) в org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) 15:44:14,208 ОШИБКА [stderr] (задание по умолчанию-42) в org.jboss.weld.el.WeldMethodExpression.invoke (WeldMethodExpression.jOR: 14: 15: 15: 15) [stderr] (задача-42 по умолчанию) в javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:149) 15:44:14,208 ОШИБКА [stderr] (задача-42 по умолчанию) в javax.faces.event.ActionEvent.processListener(ActionEvent.java:88) 15:44:14,208 ОШИБКА [stderr] (задание по умолчанию-42) в javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:813) 15:44:14,208 ОШИБКА [stderr] (задание по умолчанию-42) на javax.faces.com ponent.UICommand.broadcast (UICommand.java:300) 15: 44: 14,209 ОШИБКА [stderr] (задание по умолчанию-42) в javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790) 15:44:14,209 ОШИБКА [stderr] (задание по умолчанию-42) в javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282) 15:44:14,209 ОШИБКА [stderr] (задание-42 по умолчанию) в com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) 15:44:14,209 ОШИБКА [stderr] (задание по умолчанию-42) в com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) 15:44:14,209 ОШИБКА [stderr] (задание по умолчанию-42) на com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) 15:44:14,209 ОШИБКА [stderr] (задание-42 по умолчанию) на javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) 15:44:14,210 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) 15:44:14,210 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.servlet.handlers.security.ServletSecurityRoleHand ler.handleRequest (ServletSecurityRoleHandler.java:61) 15: 44: 14,210 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java: 14: 15: 15: 36) [stderr] (задача-42 по умолчанию) в org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78) 15:44:14,210 ОШИБКА [stderr] (задача-42 по умолчанию) в io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) 15:44:14,210 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformation3ssjjj: 11 15:44:14,211 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:56) 15:44:14,211 ОШИБКА [stderr] (задание по умолчанию 42) в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.j ava: 25) 15:44:14,211 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45) 15:44:14,211 ОШИБКА [stderr] (задание по умолчанию -42. handleRequest (AuthenticationMechanismsHandler.java:58) 15:44:14,212 ОШИБКА [stderr] (задача-42 по умолчанию) в io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.jOR:70: 15: 15: 15) [stderr] (задача-42 по умолчанию) в io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) 15:44:14,212 ОШИБКА [stderr] (задача-42 по умолчанию) в io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) 15:44:14,212 ОШИБКА [stderr] (задача-42 по умолчанию) в org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) 15:44:14,212 ОШИБКА [stderr] (задача-42 по умолчанию).undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java:25) 15: 44: 14,212 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java.) 15:44:14,213 ОШИБКА [stderr] (задача-42 по умолчанию) в io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:240) 15:44:14,213 ОШИБКА [stderr] (задача-42 по умолчанию) в io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:227) 15:44:14,213 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.servlet.handlers.ServletInitialHandlerac. Java:73) 15:44:14,213 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.servlet.handlers.ServletInitialHandler $ 1.handleRequest (ServletInitialHandler.java:1 46) 15:44:14,213 ОШИБКА [stderr] (задание по умолчанию-42) в io.undertow.server.Connectors.executeRootHandler(Connectors.java:177) 15:44:14,213 ОШИБКА [stderr] (задание-42 по умолчанию) в io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:727) 15:44:14,214 ОШИБКА [stderr] (задание по умолчанию-42) в java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.j:15::: 44: 14,214 ОШИБКА [stderr] (задание по умолчанию-42) в java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 15:44:14,214 ОШИБКА [stderr] (задание-42 по умолчанию) в java.lang.Thread.run(Thread.java:745) 15:44:14,214 SEVERE [org.primefaces.application.exceptionhandler.PrimeExceptionHandler] (задание по умолчанию-42) ИСКЛЮЧЕНИЕ! ИСКЛЮЧЕНИЕ!: java.lang.NullPointerException: ИСКЛЮЧЕНИЕ! EXCEPCION! в es.imasmallorca.selene.webone.jsf.controller.dossier.DossierResumen.excepcion(DossierResumen.java:55) [классы:] в es.imasmallorca.selene.webone.jsf.controller.dossier.Dossier $ $ _WeldClientProxy.excepcion (Неизвестный источник) [классы:] в sun.reflect.NativeMethodAccessorImpl.invoke0(собственный метод) [rt.jar:1.7.0_55] в sun.reflect.NativeMethodAccessorImpl.invoke (NativeMetho.j.tj.j) [nativeMethod] jar: 1.7.0_55] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_55] в java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_55] в com.sun.el.parser.AstValue.invoke(AstValue.java:275) [javax.el-3.0.0.jar:] в com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:304) [javax.el-3.0.0.jar:] at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23] at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23] at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23] at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23] at javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:149) [jboss-jsf-api_2.2_spec-2.2.6.jar:2.2.6] в javax.faces.event.ActionEvent.processListener(ActionEvent.java:88) [jboss-jsf-api_2.2_spec-2.2.6.jar:2.2.6] в javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:813) [jboss-jsf-api_2.2_spec-2.2.6.jar:2.2.6] по адресу javax.faces.component.UICommand.broadcast(UICommand.java:300) [jboss-jsf-api_2.2_spec-2.2.6.jar:2.2.6] на javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790) [jboss-jsf-api_2.2_spec-2.2.6.jar:2.2.6] на javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282) [jboss-jsf-api_2.2_spec-2.2.6.jar:2.2.6] на com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) [jsf-impl-2.2.6-jbossorg-4.jar:] на com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.2.6-jbossorg-4.jar:] на com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) [jsf-impl-2.2.6-jbossorg-4.jar:] в javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) [jboss-jsf-api_2.2_spec-2.2.6.jar:2.2.6] в io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:61) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.servlet.handlers.ServletHerler.handleRequest (ServletDispatchingHandler.java:36) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в org.wildfly.extension.undertow.security.SecurityContextAssociationHan dler.handleRequest (SecurityContextAssociationHandler.java:78) в io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.15.Final.jar:1.0.15.Final] в io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.servlet.handlers.security.ServletHutler.handleRequest(ServletAuthenticationCallHandler.java:56) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java:25) [undertow- core-1.0.15.Final.jar: 1.0.15.Final] в io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45) [undertow-core-1.0.15.Final.jar:1.0.15.Final] на io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:61) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58) [undertow-core-1.0.15.Final.jar:1.0.15.Final] в io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76) [undertow-core-1.0.15.Final.jar:1.0.15.Final] в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java: 25) [undertow-core-1.0.15.Final.jar: 1.0.15.Final] в org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest (JACCContextIdHandler.java:61) в io.undertow. server.handlers.PredicateHandler.handleRequest (PredicateHandler.java:25) [undertow-core-1.0.15.Final.jar: 1.0.15.Final] в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java: 25) [undertow-core-1.0.15.Final.jar: 1.0.15.Final] в io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:240) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:227) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:73) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:146) [undertow-servlet-1.0.15.Final.jar:1.0.15.Final] в io.undertow.server.Connectors.executeRootHandler(Connectors.java:177) [undertow-core-1.0.15.Final.jar:1.0.15.Final] в io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:727) [undertow-core-1.0.15.Final.jar:1.0.15.Final] в java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_55] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_55] в java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_55]

Обновить:

По просьбе Guaido79 мой web.xml:

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">
  <display-name>seleneWar</display-name>
  <welcome-file-list>
    <welcome-file>index.xhtml</welcome-file>
  </welcome-file-list>
  <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>
  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.xhtml</url-pattern>
  </servlet-mapping>

  <error-page>
    <error-code>500</error-code>
    <location>/error/500.xhtml</location>
  </error-page>

  <context-param>
    <param-name>javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL</param-name>
    <param-value>true</param-value>
  </context-param>

  <context-param>
    <param-name>primefaces.CLIENT_SIDE_VALIDATION</param-name>
    <param-value>true</param-value>
  </context-param>

  <resource-ref>
    <res-ref-name>jsf/ProjectStage</res-ref-name>
    <res-type>java.lang.String</res-type>
  </resource-ref>

</web-app>

2 ответа

Решение

В этом компоненте есть два режима: простой и расширенный режим.

В простом режиме вам не нужно ничего указывать в вашем faces-config.xml, Таким образом, вы можете удалить эти строки:

<application>
    <el-resolver>org.primefaces.application.exceptionhandler.PrimeExceptionHandlerELResolver</el-resolver>
</application>

<factory>
    <exception-handler-factory>org.primefaces.application.exceptionhandler.PrimeExceptionHandlerFactory</exception-handler-factory>
</factory>

Или удалите весь faces-config.xml файл, так как это единственное, что у вас есть там. Затем вы можете протестировать простой режим, который работает нормально, не определяя ничего в вашем файле web.xml. Этого может быть достаточно для ваших нужд.

Из трассировки ошибок, кажется, что в расширенном режиме (с этим faces-config.xml конфигурации), компонент должен иметь страницу ошибок, определенную в вашем web.xml, Вы не хотите перенаправления на страницу с ошибкой, поэтому, если вы добавите следующий код в свой web.xml например работает, но не для ваших нужд:

<error-page>
   <exception-type>java.lang.Throwable</exception-type>
   <location>/error/500.xhtml</location>
</error-page>

В любом случае, НАСТОЯТЕЛЬНО рекомендуется использовать p:ajaxExceptionHandlerнативный компонент, поскольку, похоже, что авторы PrimeFaces Extensions , вероятно, удалят этот компонент в будущем, так как больше не требуется (ссылка) уже удалил компонент в версии 3.2.0. (ссылка на сайт)

Как настроен ваш web.xml? Для меня это работает с этой конфигурацией:

пример web.xml:

<error-page>
    <exception-type>javax.faces.application.ViewExpiredException</exception-type>
    <location>/pages/errorpages/sessione-scaduta.xhtml</location>
</error-page>
<error-page>
    <exception-type>java.lang.Throwable</exception-type>
    <location>/pages/errorpages/runtime-error.xhtml</location>
</error-page>

Лица-config.xml

<application>
        <message-bundle>ValidationMessages</message-bundle>
        <resource-bundle>
            <base-name>/Bundle</base-name>
            <var>bundle</var>
        </resource-bundle>
        <el-resolver>
            org.primefaces.application.exceptionhandler.PrimeExceptionHandlerELResolver
        </el-resolver>
        <locale-config>
            <default-locale>it</default-locale>
        </locale-config>
        <view-handler>it.infogroup.wrl.web.utils.PathTrimViewHandler</view-handler>
    </application>

    <factory>
        <exception-handler-factory>
            org.primefaces.application.exceptionhandler.PrimeExceptionHandlerFactory
        </exception-handler-factory>
    </factory>

С этой конфигурацией вы будете перенаправлены на ошибку.

Если вам нужно всплывающее окно, вам нужно изменить код следующим образом (из демонстрации простых лиц):

<p:ajaxExceptionHandler type="java.lang.NullPointerException"
                            update="exceptionDialog"
                            onexception="PF('exceptionDialog').show();" />

    <p:dialog id="exceptionDialog" header="Exception '#{pfExceptionHandler.type}' occured!" widgetVar="exceptionDialog"
              height="500px">
        Message: #{pfExceptionHandler.message} <br/>
        StackTrace: <h:outputText value="#{pfExceptionHandler.formattedStackTrace}" escape="false" /> <br />

        <p:button onclick="document.location.href = document.location.href;"
                  value="Reload!"
                  rendered="#{pfExceptionHandler.type == 'javax.faces.application.ViewExpiredException'}" />
    </p:dialog>
Другие вопросы по тегам