Cannot find the declaration of element 'beans'

后端 未结 10 1666
忘掉有多难
忘掉有多难 2020-11-30 01:59

I have the spring jars of spring-3.2.0.RC1.jar and trying to implement Apache ActiveMQ helloWorld program from tutorial given here. Th

10条回答
  •  北海茫月
    2020-11-30 02:29

    Try this, assuming you're on Spring 3.1:

    
    

    Replace 3.1 on the last line with whatever major Spring version you use. Meaning: there is no 3.1.1 XSD even though there is a Spring version 3.1.1.

提交回复
热议问题