ProducerTemplate.request() not returning complete Exchange.

2020-01-14 Thread Wilken Marci J
Based on the documentation I was reading the ProducerTemplate.request(, Processor) should return the Exchange information from the route that was called. When I am running my test on this it is returning the body information in the exchange.getOut().getBody() but the exchange.getOut().getHeade

Camel X12 837/835 library

2021-06-08 Thread Wilken Marci J
Hi. I am looking for library/component that will convert beans to X12 837 Claims submissions to medical system, Title XIX Medicaid/Medicare. This is a really standard submission format so I'm not looking to reinvent the wheel. I've seen a couple of examples of reading in an 837 and converting

RE: Camel X12 837/835 library

2021-07-12 Thread Wilken Marci J
Hi, Again, want to ping this to see if I could get any feedback on this. Thanks Hi. I am looking for library/component that will convert beans to X12 837 Claims submissions to medical system, Title XIX Medicaid/Medicare. This is a really standard submission format so I'm not looking to reinv

RE: json to Pojo convertion problem for camel Rest DSL

2021-08-31 Thread Wilken Marci J
Hi, Based on the "<" you are seeing in the error I think you are receiving XML not JSON in the package. I've seen a similar message in CXF -Original Message- From: Wang Yan Sent: Friday, August 27, 2021 1:20 AM To: users@camel.apache.org Subject: json to Pojo convertion problem for ca

Unable to reach Nabble site

2021-08-31 Thread Wilken Marci J
Morning everyone, Is something up with the nabble site or has it been moved? camel.465427.n5.nabble.com. get me "This site can't be reached" Regards- Marci Wilken

Camel-CXF Pojo or Payload

2021-08-31 Thread Wilken Marci J
Hello everyone, I am trying to decide if I should use a Pojo or Payload DataFormat for a Soap Camel-Cxf consumer route. Pojo seems like the easiest solution but looking at the exchange body produced it creates a MessageContentList. Is the list always in the order of the wsdl definition? I am c

simple("${header.LoggingLevel}").evaluate(,String.class)

2021-09-15 Thread Wilken Marci J
I am attempting to create a re-usable route for SQL errors. Based upon the SQLErrorLevel I want to write an Error, Warning, or Info message out. I can set the LoggingLevel in the Header but I have figured out anyway to get it back out and use it. The closes I've come is simple("${header.Loggin

State of Oregon Looking for a Camel Developer - Java DSL

2021-09-23 Thread Wilken Marci J
Hello fellow developers, The State of Oregon OHA/ODHS Office of Information Service is looking for a contractor to help convert an existing legacy ESB system to Camel for the OR-Kids Child Welfare System. Please See https://secure.covendis.com/cov/socialnetworkpost.html?postid=4389#b for more

sftp deleting file from localworkDirectory - How do I make it stop

2021-11-19 Thread Wilken Marci J
How do I get camel-sftp to stop deleting the file from my local work directory after is done downloading. I just want it to download the file and not do anything to it. When it done all I want to do is pass the name of the file to another route that does the processing. But I see this in the

Converting ;< ;> to <> in camel

2021-12-02 Thread Wilken Marci J
Is there a transform or type converter that will convert escaped xml to standard xml I get this from a legacy axis 1.4 system R SelectClientPerpetratorInfo

Encrypt header value.

2022-09-06 Thread Wilken Marci J
HI all, Issue: sensitive data getting passed from the exchange header to the logs in the clear. Is there a way to encrypt header value in camel? I've got several values; id, ssn, dob, password that get passed around in the message header or that I would like to pass in the header. I would

RE: Encrypt header value. - TypeConverter

2022-09-20 Thread Wilken Marci J
; On Sat, Sep 10, 2022 at 7:12 PM Jeremy Ross > wrote: > > > Have you looked at the jsypt component? With it, you can store your > > password encrypted, then access it using property placeholder syntax: > > > > ftps://?password={{my_ftp_password}} > > > &

RE: ExchangeTimedOutException

2022-10-10 Thread Wilken Marci J
Yes, use setMessage() on return. I ran into this a while back. Not all message processes have an in and an out. If the message process doesn't create an out by using setOut it created a new blank message and you loose everything from the original message. -Original Message- From: