“unable to locate Spring NamespaceHandler” error

前端 未结 5 735
后悔当初
后悔当初 2020-12-09 17:26

I\'m creating a stand-alone Sava application with Spring, to handle the JDBC access. The application works fine on every test and I decided that I need a jar to be deployed

5条回答
  •  渐次进展
    2020-12-09 18:07

    Looks like a bug in the Maven Assembly Plugin - MASSEMBLY-360, and as discussed in this blog entry here.

    In short, the meta-data files in the Spring JARs that handle the Spring namespaces are being mangled by maven.

提交回复
热议问题