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

后端 未结 11 1875
鱼传尺愫
鱼传尺愫 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:38

    In case someone else runs into this problem, I just did using Eclipse; running the project via the right click action. This error occurred in the J2EE view, but did NOT occur in the Java view. Not sure - assuming something with adding libraries to the correct 'lib' directory.

    I am also using a Maven project, allowing m2eclipse to manage dependancies.

提交回复
热议问题