RE: Config parameters in splitter group attribute, was: Re: camel-atmosphere-websocket + TomEE

2018-05-22 Thread Mills, Gary (GE Digital)
630-607-9639 -Original Message- From: Zoran Regvart [mailto:zo...@regvart.com] Sent: Tuesday, May 22, 2018 4:38 AM To: Mills, Gary (GE Digital) <gary.l.mi...@ge.com>; users@camel.apache.org Subject: EXT: Config parameters in splitter group attribute, was: Re: camel-atmosphere-webso

Camel Splitter Group attribute injection not working

2018-05-18 Thread Mills, Gary (GE Digital)
Hello, can you inject a value from the config params file in to the splitter group attribute? if so, what is the proper way of doing it? thanks! Is this possible? What am I doing wrong? Thank you! Gary Lee Mills Work: 331-777-2318

RE: camel-atmosphere-websocket + TomEE

2018-05-18 Thread Mills, Gary (GE Digital)
can you inject a value from the config params file in to the splitter group attribute? if so, what is the proper way of doing it? thanks! Is this possible? What am I doing wrong? Thank you! Gary Lee Mills Work: 331-777-2318 -Original Message- From:

dataFormats in blueprint xml dsl is not working don't know if a bug

2018-04-30 Thread Mills, Gary (GE Digital)
Hello, don’t know if this is a bug or I'm missing something? I'm trying to use But it keeps throwing a Unable to start blueprint container for bundle passthrumt1.core and it doesn't matter where I put it in the blueprint xml under the camelContext

Crypto Bouncy Castle Camel 2.15, Java 7

2017-09-20 Thread Mills, Gary (GE Digital)
I am having difficulty with encryption / decryption - My problem: I am looking to decrypt ZIP files from a Camel framework. I looked and searched, I assume that I cannot decrypt and decompress a ZIP file Is this functionality not in Camel at this point? Or did I just miss how to do this

how do you tell what version of PGP or Zip is bundled

2016-11-02 Thread Mills, Gary (GE Digital)
Can someone tell me how to find the version of PGP ( Pretty Good Privacy ) encryption is used for 2.15.1.redhat-620133 release? Is it the bouncy castle version? I'm also looking for the zip data formatter ? When I look in the BOM or parent POM I see only reference to bouncyCastle. Thanks

RE: zipfile question - thank you

2016-11-02 Thread Mills, Gary (GE Digital)
public String getFileName() { return fileName; } public void setFileName(String fileName) { this.fileName = fileName; } public byte[] getFileContents() { return fileContents; } // public byte[] getFil

RE: zipfile question - thank you

2016-11-02 Thread Mills, Gary (GE Digital)
and puts the InputStream of the payload as the main message body. Best regards Stephan -Original Message- From: Mills, Gary (GE Digital) [mailto:gary.l.mi...@ge.com] Sent: Dienstag, 1. November 2016 19:41 To: d...@camel.apache.org; users@camel.apache.org Subject: RE: zipfile question - thank

RE: zipfile question - thank you

2016-11-01 Thread Mills, Gary (GE Digital)
it in the fileEntranceEndpoint everything works fine. If I send it through email it doesn't work. The only thing I've noticed is that the zip file appears to be corrupted after extracting the attachment and the above is what error is thrown. Thank you From: Mills, Gary (GE Digital) Sent: Tuesday, November

HELP Camel Splitter Question - thanks in advance

2016-06-09 Thread Mills, Gary (GE Digital)
Hello, Can you tell me why this isn't working and it's real strange. If I use the ${body} * I cannot use tokenize with it ( I don't know if they work together or not ), it throws a schema impl exception. But it produces a different result which is the same as the input file as if it is not

RE: camel ftp producer autocreate 2.15

2016-05-27 Thread Mills, Gary (GE Digital)
Hello fellow Camel's - Thanks in advance !!! - I have a question. My problem is I need to take files from message queue transform them, rename them, and populate an ftp server with the directory structure and files, that will be transferred to another server file share mounted on a

camel ftp producer autocreate 2.15

2016-05-27 Thread Mills, Gary (GE Digital)
Hello fellow Camel's - Thanks in advance !!! - I have a question. My problem is I need to take files from message queue transform them, rename them, and populate an ftp server with the directory structure and files, that will be transferred to another server file share mounted on a