Re: XPath with namespaces, Spring DSL and Spring Boot

2017-08-11 Thread Pontus Ullgren
Hi, Thanks for a quick response. It turns out this works great in 2.18.4 (and 2.19.2) but not in 2.18.1 which was the version I was running. Upgrading solves the problem. Thanks again Pontus On Thu, 10 Aug 2017 at 23:57 Claus Ibsen wrote: > Hi > > Ah can you try set the namespaces on the out

Re: XPath with namespaces, Spring DSL and Spring Boot

2017-08-10 Thread Claus Ibsen
Hi Ah can you try set the namespaces on the outer element. On Thu, Aug 10, 2017 at 10:01 AM, Pontus Ullgren wrote: > Hi, > > I have a problem I've been unable to solve with the combination specified > in the subject. > > The problem is that when using the Spring DSL the namespaces should be > d

XPath with namespaces, Spring DSL and Spring Boot

2017-08-10 Thread Pontus Ullgren
Hi, I have a problem I've been unable to solve with the combination specified in the subject. The problem is that when using the Spring DSL the namespaces should be defined in the camelContext element of the XML file. However when using the Camel Spring Boot support there is no camelContext eleme