Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/batch]

后端 未结 5 1958
抹茶落季
抹茶落季 2020-11-30 03:16

Situation

I am using Spring Batch to build an Accumulative Snapshot for our Data Warehouse and I am having a configuration roadblock that I cannot figure out.

<
5条回答
  •  Happy的楠姐
    2020-11-30 04:12

    I was using spring batch version 3.X.X and other spring dependencies versions 4.X.X , and received the above error. After some trial and error I found that maintaining all the spring versions similar fixed my issue. Hence suggest you to either use spring batch version 3.X.X or make you spring dependecy version for spring-jdbc and spring-tx to 2.X.X

    Regards, Rave

提交回复
热议问题