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

前端 未结 2 752
北恋
北恋 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:39

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

提交回复
热议问题