The matching wildcard is strict, but no declaration can be found for element 'tx:annotation-driven'

后端 未结 9 2342
夕颜
夕颜 2020-11-29 09:11

I am trying to configure JSF+Spring+hibernate and I\'m tying to run a test but when I use this \"tx:annotation-driven\" on my application-context.xml file, I get this error:

9条回答
  •  一生所求
    2020-11-29 09:49

    In my case this was actually a symptom of the server, hosted on AWS, lacking an IP for the external network. It would attempt to download namespaces from springframework.org and fail to make a connection.

提交回复
热议问题