What happened to: org.apache.ws.commons.schema.XmlSchemaCollection.read(InputSource)?

前端 未结 5 1046
猫巷女王i
猫巷女王i 2021-02-18 17:58

I have a java project that includes Spring 3.0.2 and XmlSchema.jar 1.4.7

The project\'s pom.xml contains as a dependency:

    
                


        
5条回答
  •  情书的邮戳
    2021-02-18 18:19

    First you need to remove the cxf-bundle-xxx.jar(if present) from your project class path . Then search for latest xmlschema-core.jar and add in your class path.

    In my case I have removed the cxf-bundle-2.3.1.jar from class path and added xmlschema-core-2.0.1 in class path and this is working fine.

    Hope it will help.

提交回复
热议问题