Re: synchronization Camel and JFrame

2013-07-05 Thread Bovas
It's fine, I found a solution :) - regards, Bovas -- View this message in context: http://camel.465427.n5.nabble.com/synchronization-Camel-and-JFrame-tp5735155p5735197.html Sent from the Camel - Users mailing list archive at Nabble.com.

[FTP Producer] Setting soTimeout for producerTemplate

2013-07-05 Thread Aida
Hello, I'm writting because I need to set a soTimeout when producing files to a FTP Server. I need this because when the FTP server has a big load of work, sometimes it doesn´t respond so the producerTemplate remains waiting forever (with a FTP connection that remains open). I think that the

Re: Camel blueprint in JBoss AS

2013-07-05 Thread Gnanaguru S
Hi, Thanks, I added the blueprint bundle. But it shows an error. Is it because of the version conflict. I couldnt understand the error message. 15:29:06,328 ERROR [org.apache.camel.camel-blueprint] (Thread-62) FrameworkEvent ERROR: org.apache.felix.log.LogException: o

Camel Blueprint Test Support

2013-07-05 Thread Jothi
Camel Users, I'm using the fuse 2.8.0-fuse-00-08 version of Camel libraries. I want to use the CamelBlueprintTestSupport but as I understand, it is available only with Camel 2.10. Should that matter? I assume that the dependency to the blueprint test support would be to Camel 2.10 with the scope

Re: Camel blueprint in JBoss AS

2013-07-05 Thread Aki Yoshida
that means you don't have org.apache.aries.blueprint stuff. I don't know what needs to be done for your JBoss container to set up the aries blueprint. regards, aki 2013/7/5 Gnanaguru S gnanaguru.sattanat...@wipro.com Hi, Thanks, I added the blueprint bundle. But it shows an error. Is it

Re: Camel blueprint in JBoss AS

2013-07-05 Thread Gnanaguru S
Hi, JBoss AS ships Aries inbuilt, I suspect there is a conflict with the Versions. Because we can directly drop the blueprint bundles in the hot deployment directory. Let me post in JBoss forum about this issue. Thanks Aki Regards Guru @gnanagurus gnanaguru.com -- View this message in

Re: Camel CXFRS endpoint unable to produce JSON

2013-07-05 Thread ajaysam
Attached are two projects - both are maven projects One is camel project that makes a call to a service which is another project The servvice that Camel calls is a stubbed version of real service. The url to invoke the camel project is Testing through Curl :

Re: Camel CXFRS endpoint unable to produce JSON

2013-07-05 Thread Raul Kripalani
Hi, Can you place a log endpoint with the showAll option set to true just after this line? log message= Got Body 555 : ${body} / e.g. to uri=log:TEST?showAll=true /. I want to see exactly what the route returns to the CXF stack. Thanks, *Raúl Kripalani* Enterprise

Re: zip file best practices

2013-07-05 Thread Gardella juan
Hello Willieem, It seems there is a problem with the ZipSplitter that you did. I had added a test ZipProcessRouteBuilderIT to reproduce the error at https://issues.apache.org/jira/browse/CAMEL-6139. If you use my ZipSplitter the test works. Thanks, Juan -- View this message in context:

camel-netty udp connection less support

2013-07-05 Thread Thomas Termin
I would like to extend the camel-netty component for connection less udp support. Therefore I would introduce a new config parameter which enables connection less sending of udp datagrams. If it is not connection less it, a lot of errors come up when the receiver is not running on the given port.

camel-mina response handler

2013-07-05 Thread Thomas Termin
We are using currently camel-mina for sending udp data. The problem is that the default response handler log just all exception as error. The user of the component has no possibility to react on some certain exceptions. It e.g. an PortUnreachableException should be ignored the logger needs to be

Re: Camel CXFRS endpoint unable to produce JSON

2013-07-05 Thread ajaysam
log file is attached On Fri, Jul 5, 2013 at 12:59 PM, Raul Kripalani [via Camel] ml-node+s465427n5735205...@n5.nabble.com wrote: Hi, Can you place a log endpoint with the showAll option set to true just after this line? log message= Got Body 555 : ${body} /