Re: R: Passing a file through camel route

2016-11-26 Thread Siddharth Patil
Hi Andrea, I have written the following code. *html page : This html page will pass the uploaded file to the server endpoint given below upon hitting the "Upload it" button. * JAX-RS Upload Form http://localhost:8080/IntegrationHub/hubServices/file/upload"; method="post" enct

Re: Parsing unstructured Text in Camel

2016-11-26 Thread Anton
UIMA can work with any unstructured data. On Nov 26, 2016 1:27 PM, "souciance" wrote: > Is UIMA useful as a tool for processing basic CSV files as well as > complicated EDIFACT data? Or is it meant to be applied on other types of > unstructured data? > > On Sat, Nov 26, 2016 at 1:03 PM, Anton-2

Re: Parsing unstructured Text in Camel

2016-11-26 Thread souciance
Is UIMA useful as a tool for processing basic CSV files as well as complicated EDIFACT data? Or is it meant to be applied on other types of unstructured data? On Sat, Nov 26, 2016 at 1:03 PM, Anton-2 [via Camel] < ml-node+s465427n579066...@n5.nabble.com> wrote: > On Sat, Nov 26, 2016 at 12:29 PM,

Re: Parsing unstructured Text in Camel

2016-11-26 Thread Anton
On Sat, Nov 26, 2016 at 12:29 PM, souciance < souciance.eqdam.ras...@gmail.com> wrote: > How does UIMA work > with data that does not necessarily with a particular model at all times? > UIMA was donated to the Apache Foundation by IBM. UIMA is the framework that powers IBM Watson. As to how it ex

Re: Parsing unstructured Text in Camel

2016-11-26 Thread souciance
UIMA seems quit similar conceptually to how the IIB mapping framework works where you provide a message model and work with that. How does UIMA work with data that does not necessarily with a particular model at all times? On Sat, Nov 26, 2016 at 7:22 AM, Anton-2 [via Camel] < ml-node+s465427n579

Re: Exchange is complete meaning

2016-11-26 Thread sa_james
Yes I have seen it. It doesn't open multiple connections though. It uses a shared one. I will have to benchmark to decide. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Exchange-is-complete-meaning-tp5790648p5790667.html Sent from the Camel - Users mailing list arch

Re: Exchange is complete meaning

2016-11-26 Thread Claus Ibsen
btw there is batch component in the SJMS component http://camel.apache.org/sjms-batch.html On Sat, Nov 26, 2016 at 10:30 AM, sa_james wrote: > Thank you very much. > I just discovered the tracing feature of camel to be able to follow along > and you just confirmed my finding. I was using the SJMS

Re: Exchange is complete meaning

2016-11-26 Thread sa_james
Thank you very much. I just discovered the tracing feature of camel to be able to follow along and you just confirmed my finding. I was using the SJMS component and found out that the SessionBatchTransactionSynchronization will commit the Batch only after the last exchange has finished the route.

Re: Drop aggregate

2016-11-26 Thread Claus Ibsen
That is a bit more tricky, but you could maybe handle the exception and build a custom failure message that routes into the aggregator, that then with the aggregation strategy builds a failed group and trigger its completion, that then is discarded afterwards. There is also aggregate controller yo

Re: Exchange is complete meaning

2016-11-26 Thread Claus Ibsen
At the end of the route, eg after 3. On Fri, Nov 25, 2016 at 9:01 PM, sa_james wrote: > Hi List, > newbie question regarding the fundamental concept of completeness of an > exchange. Here is a sentence from the camel doc: > "The onCompletion DSL allows you to add custom routes/processors when the