Duplicated definition for: 'identifiedType'

前端 未结 6 1829
日久生厌
日久生厌 2021-01-01 21:03

I have a web application where i am using spring 3.0 and oracle\'s XMLTYPE related jar\'s com.oracle.xdb which in turn depends on com.oracle.xml.xmlparserv2 , iam sure most

6条回答
  •  旧巷少年郎
    2021-01-01 21:33

    Instead of modifying xmlparserv2.jar you can add

    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

    Click here to read a post on Oracle's forums talking about the issue.

提交回复
热议问题