I like the idea of having CAMEL integrated out of the box in ActiveMQ5. But it does not seem straightforward :-[. The problem I have are related to Spring :-( Using Camel 1.0, Spring is not able to recognize the namespace "http://activemq.apache.org/camel/schema/spring" Using camel 1.1 snapshot, I 've got error of this type: java.lang.NoSuchMethodError: org.springframework.beans.factory.xml.ParserContext.registerComponent(Lorg/springframework/beans/factory/parsing/ComponentDefinition;)V at org.apache.camel.spring.xml.CamelNamespaceHandler$1.doParse(CamelNamespaceHandler.java:88)
>From this I guess I have to work with the 1.1 snapshot, but I don't knwow what is wrong. Is it related to my activemq.xml config? Any ideas? -- View this message in context: http://www.nabble.com/CAMEL-and-ActiveMQ5---Integration-tf4140859s22882.html#a11778671 Sent from the Camel - Users mailing list archive at Nabble.com.