Blog Archives

XBeanNamespaceHandler for namespace

Encountered this warning on my <amq:connectionFactory> element while using Eclipse STS to setup Spring-Integration: NamespaceHandler class [org.apache.xbean.spring.context.v2.XBeanNamespaceHandler] for namespace [http://activemq.apache.org/schema/core]  not found. Check Error Log for more details. To resolve, add the following to pom.xml: <apache.activemq.version>5.5.0</apache.activemq.version> Dependency:         <dependency>

Tagged with: , , ,
Posted in Spring Integration