Re: Camel CSV Component Not Outputting Headers Correctly

2015-01-19 Thread mike_hoffy
Figured it out. The lastName key needed to be the correct case (lastName instead of lastname). -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CSV-Component-Not-Outputting-Headers-Correctly-tp5761848p5761927.html Sent from the Camel - Users mailing list archive at

Re: Removing a route after it is completed

2015-01-19 Thread aidatechinc
Thank you. Since I am using akka, I need to kill that actor as well to stop it totally. -- View this message in context: http://camel.465427.n5.nabble.com/Removing-a-route-after-it-is-completed-tp5761836p5761929.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel 2.14.2 version

2015-01-19 Thread Kranti Parisa
Hi, When is Camel 2.14.2 is due for release? Thanks, KP

Re: Camel Hawtio route diagram

2015-01-19 Thread aidatechinc
Thanks Guys! You gave me some ideas to try -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hawtio-route-diagram-tp5761803p5761928.html Sent from the Camel - Users mailing list archive at Nabble.com.

how to run a consumer route once?

2015-01-19 Thread aidatechinc
I've used timer, but time manage not to work with a consumer endpoint. The header/body end up being empty. from:timer?repeatCount=1 to:quot;file://fromDirectoryquot; to:quot;file://toDirectoryquot; that doesn't work since I am trying to consumer after the timer. thanks -- View this

Re: Enabling CXF's LoggingOutInterceptor in Payload mode

2015-01-19 Thread vs_mahesh
Hi Aki, I didnt get any exception .I was missing the output in the operation parameter in the wsdl, When I add the output , LoggingOutInterceptor is invkoed in payload mode. I think payload and message modes acts in diffrent intercepotor chain phases. Thanks, Mahesh - Thanks And regards,

Re: Camel CSV Component Not Outputting Headers Correctly

2015-01-19 Thread mike_hoffy
Thank you Minh. I'm actually not using Bindy; however, your comment is helpful. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CSV-Component-Not-Outputting-Headers-Correctly-tp5761848p5761926.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Enabling CXF's LoggingOutInterceptor in Payload mode

2015-01-19 Thread vs_mahesh
HI reji, Its not working for me in that way . Try to exceute the secenario once. Please refer camel documet http://camel.apache.org/cxf.html. Thanks, Mahesh - Thanks And regards, Mahesh -- View this message in context:

Re: how to run a consumer route once?

2015-01-19 Thread Claus Straube
The file component has a build in timer. You don't need the first line. from:quot;file:// fromDirectoryquot; to:quot;file://toDirectoryquot; I'm not sure if you really want to read only once from the file system. If yes, you should probably think about an other solution... Best regards - Claus

Re: Camel CSV Component Not Outputting Headers Correctly

2015-01-19 Thread mike_hoffy
Claus, Thank you for the prompt response. I have some improvement as the results are now ordered; however, I'm getting an additional comma in the values: Order Number,First Name,Last Name 1003,Jane,,Smith 1004,Larry,,Horse 1005,Michael,,Tester I put a wiretap prior to marshalling and have the

Re: Enabling CXF's LoggingOutInterceptor in Payload mode

2015-01-19 Thread Aki Yoshida
are you getting some exception? if the logging interceptor is not invoked, it is likely that the request payload doesn't match the given wsdl and it rejected before entering the interceptor chain. And in that case, you should see some exception. 2015-01-19 13:40 GMT+01:00 vs_mahesh

Re: Camel + CXF + XSL Exception when creating the Soap response

2015-01-19 Thread Aki Yoshida
the error that you get for the PAYLOAD type means your response message doesn't match the response message defined in your wsdl. So, you will need to verify this. the error that you get for the MESSAGE type is caused by your misconfiguration in your blueprint.xml. You cannot have to

Using CXF endpoint to call an NTLM protected Rest service

2015-01-19 Thread gilboy
Hi Its not clear to me from reading the camel cxf endpoint documentation whether I can call an NTLM protected Rest service using the CXF endpoint. Any help greatly appreciated Thanks Joe -- View this message in context:

Re: Enabling CXF's LoggingOutInterceptor in Payload mode

2015-01-19 Thread vs_mahesh
Hi , Its resolved now. But still I need clarity between the two different modes, Payload and Message.Why the LoggingOutInterceptor is working for message mode even output is not specified in the wsdl?? Thanks, Mahesh - Thanks And regards, Mahesh -- View this message in

Enabling CXF's LoggingOutInterceptor in Payload mode

2015-01-19 Thread vs_mahesh
Hi, I have following camel cxf configuration bean id=loggingInInterceptor class=org.apache.cxf.interceptor.LoggingInInterceptor/ bean id=logOutInterceptor class=org.apache.cxf.interceptor.LoggingOutInterceptor /bean bean id=wsLoggingOutInterceptor

Re: Camel + CXF + XSL Exception when creating the Soap response

2015-01-19 Thread L F
Hello Aki, By removing the to uri=cxf:bean:... / step, i have a response in SoapUI. Thank you for help, i would never find out what is the problem,  Regards Laji On Monday, January 19, 2015 3:51 PM, Aki Yoshida elak...@gmail.com wrote: the error that you get for the PAYLOAD type

Re: Camel Hawtio route diagram

2015-01-19 Thread Jakub Korab
Hi, If you want to get the route to show you something else in the route id of the XML, you can set it manually. E.g. using the Java DSL: from(file://opt.../atg).routeId(file_consumer_atg)... Jakub On 18/01/15 04:31, aidatechinc wrote: Hello, I am using camel 2.14.1 with akka 2.3.6. I have

Re: Enabling CXF's LoggingOutInterceptor in Payload mode

2015-01-19 Thread Reji Mathews
Hi Mahesh The LoggingOutInterceptor will still work even if your operations doesn't have any output element as the camel route still returns back some meta informations to the soap client since default MEP is always inOut. It may include http status codes, any headers in the exchange might also

simple recipientlist expansion

2015-01-19 Thread James Green
.recipientList(simple(direct:${body.media})) So media is a ListString property where each entry has a media value: sms, email, etc. What I get out of this is an exception (where sms is the only media): org.apache.camel.component.direct.DirectConsumerNotAvailableException: No consumers available

Camel-CXF: Problems transforming namespace of incoming message

2015-01-19 Thread Dirk Lattermann - expertplace
Hello, we need to build a proxy for an external request/reply SOAP web service. This same service must be offered both unmodified (namespace A) and with a different namespace B in the message schema. In both cases, some additional routing decisions must be taken. For this, we have defined a

Re: simple recipientlist expansion

2015-01-19 Thread Claus Ibsen
You can use a method call expression (aka java bean) where you add the direct: prefix to the media headers. Or try look at groovy or something which may be able to prefix to a list. I think I have seen that done in fabric8 v1. On Mon, Jan 19, 2015 at 6:32 PM, James Green

Re: simple recipientlist expansion

2015-01-19 Thread James Green
You mean a class implementing Expression? On 19 January 2015 at 17:56, Claus Ibsen claus.ib...@gmail.com wrote: You can use a method call expression (aka java bean) where you add the direct: prefix to the media headers. Or try look at groovy or something which may be able to prefix to a

hdfs2 component with kinit

2015-01-19 Thread aidatechinc
Hello, I am attempting to move some files to a secure HDFS and I am getting the error: org.apache.camel.FailedToCreateProducerException: Failed to create Producer for endpoint: Endpoint[hdfs2://x..com:8020/tmp/di_pic]. Reason: org.apache.hadoop.security.AccessControlException: SIMPLE