Spring 3.0: Unable to locate Spring NamespaceHandler for XML schema namespace

后端 未结 11 1883
鱼传尺愫
鱼传尺愫 2020-12-05 10:01

My setup is fairly simple: I have a web front-end, back-end is spring-wired.

I am using AOP to add a layer of security on my rpc services.

It\'s all good, ex

11条回答
  •  青春惊慌失措
    2020-12-05 10:25

    What IDE (if any) are you using? Does this happen when you're working within an IDE, or only on deployment? If it's deployment, it might be because whatever mechanism of deployment you use -- maven-assembly making a single JAR with dependencies is a known culprit -- is collapsing all your JARs into a single directory and the Spring schema and handler files are overwriting each other.

提交回复
热议问题