Re: Camel Remote File Producer / Recipient List Password Issue

2009-01-26 Thread Claus Ibsen
Hi Bug spotted and fixed https://issues.apache.org/activemq/browse/CAMEL-1296 Its fixed in 1.x and trunk. Thanks for reporting. On Tue, Jan 27, 2009 at 8:18 AM, Claus Ibsen wrote: > Hi > > I think I have spotted the code that strips the parameters > RemoteFileComponent has this code > >

Re: Camel Remote File Producer / Recipient List Password Issue

2009-01-26 Thread Claus Ibsen
On Tue, Jan 27, 2009 at 8:27 AM, Ramon Buckland wrote: > Hi, > > Does the s/ftp components use or support sftp://username:passw...@host:port > ? > Would it be much to change this ? > (I should know the answer to this as I have been staring at this code for > days now :-) Yeah it should as we use a

Re: Why getContext().addInterceptStrategy is throwing an exception?

2009-01-26 Thread harinair
Aswin: It is common to see L and V before the name of the classes. It signifies whether it is pass by reference or pass by Value. My best guess here is somehow multiple versions of the Camel Context or the Intercept Strategy is there in the runtime classpath. I did not read the whole thread but i

Re: Camel Remote File Producer / Recipient List Password Issue

2009-01-26 Thread Ramon Buckland
Hi, Does the s/ftp components use or support sftp://username:passw...@host:port ? Would it be much to change this ? (I should know the answer to this as I have been staring at this code for days now :-) r. On Tue, Jan 27, 2009 at 18:18, Claus Ibsen wrote: > Hi > > I think I have spotted the c

Re: Camel Remote File Producer / Recipient List Password Issue

2009-01-26 Thread Claus Ibsen
Hi I think I have spotted the code that strips the parameters RemoteFileComponent has this code // get the uri part before the options as they can be non URI valid such // as the expression using $ chars if (uri.indexOf("?") != -1) { uri = uri.substring(0, uri.

Re: Camel Remote File Producer / Recipient List Password Issue

2009-01-26 Thread Claus Ibsen
Hi I need more coffee in the morning. But you can set the password in the URI. Such as: "sftp://sec...@myhost:22/mydir"; Lets see if that dont work, as a workaround. Which version of Camel are you using? If you are on 2.0 then yes there are some major refactorings in the file and ftp component

Re: Websphere 6.1 Deployment Problem

2009-01-26 Thread Claus Ibsen
Hi Have you tried Spring 2.5.5? And I guess you should report it on the spring forum / issue tracker so they can take a look at it. You should get the correct WebSphere version number, platform, JVM version etc. reported as well. On Tue, Jan 27, 2009 at 5:31 AM, carlo c wrote: > > It seems to h

Re: Websphere 6.1 Deployment Problem

2009-01-26 Thread carlo c
It seems to happen with spring version 2.5.6. It doesn't occur on spring version 2.5.4' carlo c wrote: > > Hi everyone, > > I keep on getting this problem when trying to deploy on websphere. > I am using spring version 2.5.6, > i've tried with both camel version 1.5.0 > > Is there anything th

Re: cxf spring configuration (camel 1.5.0)

2009-01-26 Thread William Tam
Willem, nevermind. It's been fixed. On Sun, Jan 25, 2009 at 11:53 PM, William Tam wrote: > Hi Willem, > Some cxf tests are failing due to class cast exception in > CxfEndpointBeanDefinitionParser.doParse() >Map map = (Map) > bean.getBeanDefinition().getPropertyValues().getPropertyValue("

Websphere 6.1 Deployment Problem

2009-01-26 Thread carlo c
Hi everyone, I keep on getting this problem when trying to deploy on websphere. I am using spring version 2.5.6, i've tried with both camel version 1.5.0 Is there anything that I should configure? Thanks Carlo Begin backtrace for Nested Throwables org.springframework.beans.factory.BeanCr

Camel Remote File Producer / Recipient List Password Issue

2009-01-26 Thread harinair
Claus and others: I think I encountered a bug in using Remote File Component (SFTP) with recipientList My route is similar to this: $routerRoute So if you look at it I send the excha

Re: Need assistance to solve a camelContext exception

2009-01-26 Thread Bruce Snyder
On Mon, Jan 26, 2009 at 1:57 PM, Ashwin Karpe wrote: > > Hi Liav, > > I have also answered in another thread... > > Why the Lorg/apache/camel/spi/InterceptStrategy ? Could this be a typo... > > I would have expected to see org/apache/camel/spi/InterceptStrategy as the > one that could not load...

Re: Need assistance to solve a camelContext exception

2009-01-26 Thread Ashwin Karpe
Hi Liav, I have also answered in another thread... Why the Lorg/apache/camel/spi/InterceptStrategy ? Could this be a typo... I would have expected to see org/apache/camel/spi/InterceptStrategy as the one that could not load... But since you have all the jars in the path it should be fine... Ch

Re: Why getContext().addInterceptStrategy is throwing an exception?

2009-01-26 Thread Ashwin Karpe
Hi Liav, Could this be a typo? I see the following in the error Lorg/apache/camel/spi/InterceptStrategy Why the L in front of the package in the error output? Cheers, Ashwin... Liav Ezer wrote: > > Hi Willem, > > Thanks for your follow up. > > Removing servicemix-camel-3.3.1

Re: Camel with Tibco? OpenESB?

2009-01-26 Thread James Strachan
Everything Charles & Willem just said. I guess you need to clarify what you mean by "TibCo" as they have hundreds of products. If you mean TibCo EMS which implements JMS then yes, the camel JMS component works great. If you mean RV then no I don't think there's currently an RV endpoint for Camel (

Re: Definining interceptors in camel-cxf

2009-01-26 Thread S. Ali Tokmen
Hello Now compiling revision 737658 from https://svn.apache.org/repos/asf/camel/trunk I'll keep you updated Thanks S. Ali Tokmen savas-ali.tok...@bull.net Office: +33 4 76 29 76 19 GSM:+33 66 43 00 555 Bull, Architect of an Open World TM http://www.bull.com William Tam a écrit : Th

Re: cxf spring configuration (camel 1.5.0)

2009-01-26 Thread pevgen
Willem, thank you for your response. Evgeny -- View this message in context: http://www.nabble.com/cxf-spring-configuration-%28camel-1.5.0%29-tp21627432s22882p21661767.html Sent from the Camel - Users mailing list archive at Nabble.com.