Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2689
@ptgoetz I am trying to run all of the examples/tests I can to be sure that
I didn't break anything when I upgraded versions. One of the issues I am
running into is around the spring framework in the storm-jms-examples package.
It looks like you wrote that code initially, or at least brought it in could
you explain to me how to run it? I am having no luck making it work on any
version of storm I have tried.
```
442 [main] INFO o.s.b.f.x.XmlBeanDefinitionReader - Loading XML bean
definitions from class path resource [jms-activemq.xml]
Exception in thread "main"
org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
Configuration problem: Unable to locate Spring NamespaceHandler for XML schema
namespace [http://activemq.apache.org/schema/core]
Offending resource: class path resource [jms-activemq.xml]
```
---