Rép: Re: Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Francois Liot
+1

"Preben.Asmussen"  a écrit :

>+1
>
>Best,
>Preben
>
>
>
>--
>View this message in context: 
>http://camel.465427.n5.nabble.com/Making-the-Camel-Maven-plugins-Eclipse-compatible-tp5767009p5767020.html
>Sent from the Camel - Users mailing list archive at Nabble.com.


Rép: Splitting Message from Ftp Consumer

2014-12-05 Thread Francois Liot
Your issue is probably due to the fact you use "\n" as separator.

Use binary ftp option, to guaranty you will receive the very same encoded ascii 
stream as it could be hosted remote side, and test other fragrances of CRLF 
("\r\n", "\n"...).


Noam Ramonet  a écrit :

>Hi all,
>
>I’m getting an strange behaviour splitting a message body coming from a ftp
>consumer. Below route works perfectly when I use a local file consumer
>(line commented). I get a log message per file input line, and I can
>process the content later correctly.
>
>
>
>But when I change to the ftp I get the file information data:
>
>
>[fromFtp2SOAP] INFO - Line: -rw-r--r--1 513  51283 Dec
>05 09:55 simpleTextData.txt
>
>
>
>The log line with “ftp:${body}” present correctly the full text content of
>the file.
>
>
>
>I have tried with and without localWorkDirectory option, with same result.
>
>
>
>Any clue? Thanks in advance.
>
> ftp://user:pass@host
>/postalBox/inBox?fileName=simpleTextData.txt&localWorkDirectory=temp"/>
> 
> 
> 
>
>
>
> 
>   


RE: Apache Camel vs Openadaptor

2014-04-22 Thread Francois LIOT
Hi,

I used to work with Openadaptors,
And I unfortunately confirm it is a dead project.

Additionally, between OSGI revolution and hyper-activity around Apache camel 
project,
Starting new project on Openadaptor today looks to me as a real non-sense those 
days.

Vivia camel 

Cheers,

François Liot

 ​


From: Jan Matèrne (jhm) 
Sent: Tuesday, April 22, 2014 6:16 PM
To: users@camel.apache.org
Subject: AW: Apache Camel vs Openadaptor

> For me it looks like openadaptor is a dead project. Haven't done any
> releases since november 2011 https://www.openadaptor.org/

Seems so:

https://www.openadaptor.org/downloads.html
"Current" production release: 3.4.7 from Nov 2011 (3yrs old)

https://openadaptor3.openadaptor.org/ds/viewForums.do
Last posts:
Errors & Features: 2013-09-06
announce: 2013-02-19
dev: 2012-12-31

https://openadaptor3.openadaptor.org/svn/openadaptor3/trunk/
Seem to me that the last commit was on 2012-01-17


Jan


RE: Need a help in camel splitter

2013-12-03 Thread Francois LIOT
Hi,

Something like :



/SOAP-ENV:Envelope/SOAP-ENV:Body/barceloDS/response/queryOfferingResponse/offerings/offering/*


or 

//offering/*



Should do the trick.
Regards,

Francois


From: vinayk0889 
Sent: Tuesday, December 3, 2013 2:28 PM
To: users@camel.apache.org
Subject: Need a help in camel splitter

requirement is i want to define splitter to split SOAP response and put into
ActiveMQ Queue. Please help me in that. Please correct me if i am wrong.. i
have tried some thing...

SOAP Response:

- http://schemas.xmlsoap.org/soap/encoding/";
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:msxsl="urn:schemas-microsoft-com:xslt">
- 
- 
- 

  aaa6SP8c6P5BAJ
  ING


   
  
 30
  
  
 30
  
  
 30
  
   
   


  
  
  

Spitter:





Each splitting how can put it into different queue.. please help.




--
View this message in context: 
http://camel.465427.n5.nabble.com/Need-a-help-in-camel-splitter-tp5744242.html
Sent from the Camel - Users mailing list archive at Nabble.com.