Re: updload server multipart

2010-06-11 Thread Willem Jiang
Tapdur wrote: hi willem thx , that s what i want to code and for the the other side, the client get the audio file ? is it handle by jetty as a static file ? how to setup static file with camel-jetty ? Sorry I don't know what's your meaning of the static file. There is a handler which is use

Re: Can't restart camel context when using camel-quartz

2010-06-11 Thread Willem Jiang
It looks like CamelContext can't work rightly when it is stop and restart by let the Scheduler be involved. Why don't you use the CamelContext to stop and start the route? It much safe to use. Willem esmiralha wrote: I'm trying to stop and start my CamelContext that contains routes whose entr

Re: reading soapfault message from HttpOperationFailedException

2010-06-11 Thread Willem Jiang
What's the exception that you got? I didn't see the detail info log level message. Can I have a look at your whole Camel route? Willem gnanda wrote: Thanks a lot willem for the reply. I am still stuck with the issue, not sure what is going on I do get exception as org.apache.camel.component.ht

Re: camel-ftp problems with ftps implicit mode

2010-06-11 Thread Willem Jiang
Hi Bengt, I ran the test and find the OsgiClassResolver is using the bundle of you camel application to load the class. So you need to add the import package of "org.apache.camel.component.file.strategy" into your camel application bundle. Willem Bengt Rodehav wrote: Willem, I've tried to

Can't restart camel context when using camel-quartz

2010-06-11 Thread esmiralha
I'm trying to stop and start my CamelContext that contains routes whose entry points are a Quartz trigger. When I stop the context and try to restart I get the following error: org.quartz.SchedulerException: The Scheduler has been shutdown. at org.quartz.core.QuartzScheduler.validateStat

FTP error 150 while writing the file

2010-06-11 Thread Srini97
Hello , I am getting error with code 150 while writing the file on the FTP. Here is the full log for that and the URI I used is below . [2010-06-11 16:53:25,163][pool-1-thread-3][WARN ][org.apache.camel.component.file.remote.RemoteFileProducer][] Writing file failed with: File operation fa iled:

Re: reading soapfault message from HttpOperationFailedException

2010-06-11 Thread gnanda
Thanks a lot willem for the reply. I am still stuck with the issue, not sure what is going on I do get exception as org.apache.camel.component.http.HttpOperationFailedException. I have the exception log attached below. But when I tried getting the exception as HttpOperationFailedException it print

Re: updload server multipart

2010-06-11 Thread Tapdur
hi willem thx , that s what i want to code and for the the other side, the client get the audio file ? is it handle by jetty as a static file ? how to setup static file with camel-jetty ? i am very glad with camel for our project, very good job Regards Bruno willem.jiang wrote: > > Hi, >

Re: camel-ftp problems with ftps implicit mode

2010-06-11 Thread Bengt Rodehav
Willem, I've tried to modify spring-osgi to make it possible to import the org.apache.camel.component.file.strategy package from camel-core but I haven't succeeded. I've used explicit import as well as dynamic. When I use explicit import I can see (via the webconsole) that spring-osgi does indeed

Re: Camel-csv 2.2.0: reading a single line csv file

2010-06-11 Thread cmoulliard
Do you want also that the CSV generated contain double quotes like ""," " ? KR, charles Claus Ibsen-2 wrote: > > Hi > > On Tue, May 4, 2010 at 8:57 AM, Attilio DonĂ  > wrote: >> >> Hi all, >> >> I've to read a csv file and I want use camel to do this. Camel bindy >> seems >> to me tha

Re: Bindy CSV not Marshaling

2010-06-11 Thread cmoulliard
I have committed a fix on camel You can test it using the camel-2.4-SNASPHOT and you will have now an error : @Section and/or @KeyValuePairDataField have not been defined ! KR, Charles Nick Heudecker wrote: > > Thanks for the response. There appear to be two bugs with Bindy 2.3.0. > First

Re: camel-ftp problems with ftps implicit mode

2010-06-11 Thread Bengt Rodehav
Willem, I've done some more digging in order to understand what is happening. Apparently spring-osgi embeds the OsgiClassResolver class (it is specified as a Private-Package). The class that the resolver is trying to resolve is: org.apache.camel.component.file.strategy.GenericFileProcessStrateg

Re: Camel 2.3.0 , JAXB component marshalling

2010-06-11 Thread Nav1771
Thank you Christian and Claus . You replies fixed it. I was indeed using 'org.apache.camel.model.dataformat.JaxbDataFormat' and not the 'org.apache.camel.converter.jaxb.JaxbDataFormat' . First I put the jaxb.index file in classpath and it worked. After changing to JAxbDataFormat instanc

Re: updload server multipart

2010-06-11 Thread Willem Jiang
Hi, Here is an unit test[1] that you can take a look. [1]https://svn.apache.org/repos/asf/camel/trunk/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/MultiPartFormTest.java Willem Tapdur wrote: hi a client post a http/multipart file to my camel server how handle and store

updload server multipart

2010-06-11 Thread Tapdur
hi a client post a http/multipart file to my camel server how handle and store it on the server side with camel 2.3.0 ? thx bruno -- View this message in context: http://old.nabble.com/updload-server-multipart-tp28853525p28853525.html Sent from the Camel - Users mailing list archive at Nabble.c

regular expressions in route starting point "from"

2010-06-11 Thread massimo.paladin
Hi, are regular expressions supported in route starting point "from"? I am dealing with ActiveMQ component, I found I can use only "*" and ">", it would be useful to get more flexibility, do you know if it is possible? Regards, Massimo -- View this message in context: http://old.nabble.com/re

Re: camel-ftp problems with ftps implicit mode

2010-06-11 Thread Bengt Rodehav
Hello again Willem! Maybe we should switch thread since this presently has nothing to do with ftps... Anyway, it's going to be pretty hard for me to extract a small test case. Not sure I will be enable to do it. Just out of curiosity, did you also try a "ftps:" endpoint? Also, I've been doing so

Building issue with camel-cache

2010-06-11 Thread Charles Moulliard
Hi, I have an issue to build camel-cache Is the ehcache "OSGI' jar always available on the spring repository site or do we have to change due to moving of ehcache to terracotta ? Missing: -- 1) net.sourceforge.ehcache:com.springsource.net.sf.ehcache:jar:1.6.2 Try downloading the file