java.lang.AbstractMethodError: org.apache.xerces.dom.ElementImpl.getTextContent()Ljava/lang/String

前端 未结 2 790
刺人心
刺人心 2020-11-30 12:54

I\'m using Omnifaces 1.3 + Primefaces 3.4.1 + Jboss 7.1.1 Final but I just can\'t redirect the exceptions with the FullAjaxExceptionHandler configured on my

2条回答
  •  情书的邮戳
    2020-11-30 13:20

    I was getting a similar error in a standalone application (i.e. not using Omnifaces 1.3 + Primefaces 3.4.1 + Jboss 7.1.1). I added the following to my pom.xml file and it fixed the problem for me.

    
    
        xerces
        xerces
        2.4.0
    
    
    
    
        xerces
        xercesImpl
        2.12.0
    
    

提交回复
热议问题