Re: Camel CXF Producers And Timeout Configuration

2010-10-24 Thread raymond
I still get the exception :( ps: I already had the namspace declaration in my header. http://www.telecats.nl/nl.telecats.rating.destination-service"; ... When i call import method using small file all goes fine, but when I use large files the timeout exception is thrown exactly after 1 minute. Se

Abstracting Routes using Components

2010-10-24 Thread kristofsajdak
Hi, I'm currently working on a poc for a customer. As part of their core business they offer a platform which mediates between trading partners. What is special about their use case is the fact that they want the actual routes between partners to be defined by employees with limited technical k

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-24 Thread Willem Jiang
Hi, Can I have a look at the bundle that you installed ? Please make sure camel-cxf bundle is started rightly. On 10/24/10 2:05 AM, Hossein wrote: Hello, We were using fusesource 4.2 SP 1 and have some cxf endpoint that can be deployed into SMX 4.2 SP 1 with no problem. Just switching to fus

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-24 Thread Christian Müller
Its possible, but your stack trace looks like you use Spring 3.0.3 and not 2.5.x... Christian Am 24.10.2010 02:32 schrieb "Hossein" : I thought Camel 2.x supports Spring 2.5 and 3.0 and we can still use Spring 2.5 in Camel 2.4 and Spring 3.0 features will later be used by Camel 3.0. Is this inc

Re: Camel used in osgi

2010-10-24 Thread Claus Ibsen
See the osgi example in Camel https://svn.apache.org/repos/asf/camel/trunk/examples/camel-example-osgi/ On Sun, Oct 24, 2010 at 9:08 AM, Bingliu wrote: > > Hi, > I have asked a question of the camel be used in osgi.The information is > camel-osgi.jar/camel-spring-osgi.jar not detected in classpa

Camel used in osgi

2010-10-24 Thread Bingliu
Hi, I have asked a question of the camel be used in osgi.The information is camel-osgi.jar/camel-spring-osgi.jar not detected in classpath.I was used camel-2.3 then.But now i use camel-2.4,the problem also occur. List my runtime environment: IDE:Eclipse 3.5.2 Osgi framework:1.3.0 Spring framework

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-24 Thread Claus Ibsen
On Sun, Oct 24, 2010 at 2:32 AM, Hossein wrote: > > I thought Camel 2.x supports Spring 2.5 and 3.0 and we can still use Spring > 2.5 in Camel 2.4 and Spring 3.0 features will later be used by Camel 3.0. Is > this incorrect? > Yeah it should be possible to use the 2.5 version of the XSD. Then the

Re: org.apache.camel.component.file.GenericFileOperationFailedException: File operation failed Exception

2010-10-24 Thread Claus Ibsen
Its the remote FTP Server which throws some of those errors. There is a FTP error code list you can lookup what the numbers mean. Check the FTP server log it may have some more details as well. And are you consuming (downloading) or producing (uploading) the file to the server? That is also a goo