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

前端 未结 5 1180
猫巷女王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:04

    These steps won't necessarily work in WebLogic as it has its own implementation classes. After updating your dependency as shown by Anshul, you will also need to tell WebLogic to prefer that package in the weblogic-application.xml

    
        org.apache.ws.commons.schema
    
    

提交回复
热议问题