Xerces error: org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl

后端 未结 2 1222
悲哀的现实
悲哀的现实 2020-12-02 20:38

I\'m developing a web application using JSF 2.0, NetBeans 6.9.1, GlassFish Server 3.1, mojarra 2.0.3, and JasperReports 3.7.6. Included in my project library is the jar file

2条回答
  •  春和景丽
    2020-12-02 21:19

    I got this error when using Selenium with Glassfish. I got around it by copying XML jars (xerces-*, xalan-*, xml-apis*, serialize*) from selenium/libs/ to $AS_HOME/lib/endorsed (for Glassfish 2) or to $AS_HOME/glassfish/lib/endorsed for Glassfish 4.

提交回复
热议问题