Re: Help to understand xpath expression in camel routebuilder

2009-12-16 Thread Jon Anstey
is. The exceptiopns doesn't give much information. Kind regards, Kenneth -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26814820.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Cheers, Jon

Re: Help to understand xpath expression in camel routebuilder

2009-12-16 Thread Kenneth H
here the JiBXUtil (where the exception is thrown) is used. Still I can't see where the error is. -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26815131.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Help to understand xpath expression in camel routebuilder

2009-12-16 Thread Kenneth H
included this file. Do you know on which classpath to put it? I'll put in the same folder as the other two JiBX classes as a first try. -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26815230.html Sent from the Camel - Users

Re: Help to understand xpath expression in camel routebuilder

2009-12-16 Thread Kenneth H
, so I cannot just create the same folder as him and put it there. -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26815501.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Help to understand xpath expression in camel routebuilder

2009-12-16 Thread Kenneth H
/antcall antcall target=gn:create-serviceunit /antcall The question is now: how do I do the same thing in Maven? -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel

Re: Help to understand xpath expression in camel routebuilder

2009-12-16 Thread Kenneth H
project? -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26815668.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Help to understand xpath expression in camel routebuilder

2009-12-16 Thread Kenneth H
-xpath-expression-in-camel-routebuilder-tp26779963p26816636.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Help to understand xpath expression in camel routebuilder

2009-12-15 Thread Kenneth H
(//ins:TravelInsuranceRequest).namespace ins,http://dzone.com/insurance;)) print(travelRequest); .when(travelRequest).to(LUXURY_CAR_OUT); Kind regards, Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26794573

Re: Help to understand xpath expression in camel routebuilder

2009-12-15 Thread Jon Anstey
, if you just want to see what the messages look like at various points in your route, try enabling the tracer http://camel.apache.org/tracer.html Kind regards, Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder

Re: Help to understand xpath expression in camel routebuilder

2009-12-15 Thread Kenneth H
or objects. Kend regards, Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26795823.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Help to understand xpath expression in camel routebuilder

2009-12-15 Thread Jon Anstey
like so from(seda:a).setHeader(foo, constant(bar))... Kend regards, Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26795823.html Sent from the Camel - Users mailing list archive at Nabble.com

Re: Help to understand xpath expression in camel routebuilder

2009-12-15 Thread Kenneth H
to the setHeader?! Kind regards Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26798115.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Help to understand xpath expression in camel routebuilder

2009-12-15 Thread Jon Anstey
regards Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26798115.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Cheers, Jon Camel in Action: http://manning.com/ibsen Blog: http

Re: Help to understand xpath expression in camel routebuilder

2009-12-15 Thread Jon Anstey
://java.sun.com/j2ee/1.4/docs/api/javax/jms/Message.html Kind regards Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26798115.html Sent from the Camel - Users mailing list archive at Nabble.com

Help to understand xpath expression in camel routebuilder

2009-12-14 Thread Kenneth H
: when(xpath(//ins:TravelInsuranceRequest).namespace(ins, http://dzone.com/insurance;)) mean? Can anybody help me? Kind regards, Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26779963.html Sent from

Re: Help to understand xpath expression in camel routebuilder

2009-12-14 Thread Jon Anstey
://dzone.com/insurance;)) mean? Can anybody help me? Kind regards, Kenneth H -- View this message in context: http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26779963.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Cheers