Camel - Users - Using xpath in setHeader with spring DSL - 0 views
-
Martin Menzel on 28 Sep 11"hmmm, you aren't using xpath in the Java DSL, so the spring DSL should be something like this... {{cmisURL}}/p/${in.header.folderPath}children antoine.julienne wrote: Here is my code : .setHeader(Exchange.HTTP_URI, simple(cmisURL + "/p/${headers.folderPath}children")) I really don't know how to transform it into Spring DSL. I tried this, but it didn't work : {{cmisURL}}/p/${headers.folderPath}children "