XPathBuilder used in Processor() throws XPathException for header variables

2012-08-13 Thread chris.koester
I am trying to get a camel header variable via an xpath expression in a processor. import org.apache.camel.builder.xml.XPathBuilder; ... from(endpointUri) .process(new Processor() { @Override public void process(Exch

Missing activemq-camel or camel-activemq feature to deploy in OSGI

2011-05-04 Thread chris.koester
Hello, I'm pretty new to camel but I would really like to learn more about it. I just ran into a small problem: I'm trying to deploy a camel-activemq project in Karaf. The camel-dependencies install just fine, like written in the documentation, as does activemq(-spring). The problem is: Is ther