Unable to locate Spring NamespaceHandler for XML schema namespace Error in Terminal

前端 未结 2 751
北恋
北恋 2021-01-13 05:55

On running, my code, on terminal, it gives this error

Exception in thread \"main\" java.lang.RuntimeException: org.springframework.beans.factory.par

相关标签:
2条回答
  • 2021-01-13 06:37

    This issue arose because cxf-bundle JAR was not present in my classpath

    You can get it from here: http://mvnrepository.com/artifact/org.apache.cxf/cxf-bundle/2.7.6 (the latest version).

    0 讨论(0)
  • 2021-01-13 06:39

    I guess you don't have, in your classpath, the JAR containing the cxf schema Try to add it to your classpath

    0 讨论(0)
提交回复
热议问题