Re: Problem with dispatcher connection thread

2013-01-02 Thread Claus Ibsen
On Thu, Dec 20, 2012 at 10:58 AM, haglund wrote: > Hi! > > I have set up a web service that communicates with a qpid queue using AMQP > and Camel. > I use WSDL to define the service and spring to set up the connection. > > I call the service in a web application that is deployed on JBoss AS 7. > >

Re: how to obtain camel-smpp submit message id

2013-01-02 Thread Claus Ibsen
On Thu, Dec 20, 2012 at 12:58 AM, Johanes Soetanto wrote: > Sorry for the late reply. I have been busy with other project > > On 15 December 2012 04:36, Christian Müller > wrote: >> I checked the code of SpringIntegrationConsumer (I'm not really familiar >> with Spring Integration), and I think

Re: [FTP2] Is it possible to define the authentication method for an sftp endpoint?

2013-01-02 Thread Claus Ibsen
On Mon, Dec 17, 2012 at 12:43 PM, Aida wrote: > Hi, > > I wanted to ask if it is possible to specify the authentication method for a > SFTP endpoint (I have seen in the doc that I can specify the cipher but not > the auth method). I´m trying to connect to a FTP using SFTP but camel tries > it usin

Missing start boundary exception on camel mail 2.10.2

2013-01-02 Thread barthorre
Hi there, I have a route that reads from a pop3 mailbox. It's main purpose is to process attachments. I recently upgraded my servicemix environment to 4.5.0, which means camel got upgraded to 2.10.2, and that's when things started to fail. Everytime the mailbox gets a message (with or without an

Relative URL for XSL in XSLT component

2013-01-02 Thread felixnutella
Hi all I'm quite new at Camel but have managed to get it up and running using a few custom components/converters... But.. Is it true that you need to specify an absolute path for the XSL in the XSLT component? Whenever I try to specify an relative, it comes up with File not found. I'm specifyin

Spring DSL and sftp password

2013-01-02 Thread Tyler Durvik
I have routes defined that use the sftp endpoint. Right now I have the user password stored in the camel-context.xml file, but would like to store the password in a separate file. So instead of ftp://auser@1.2.3.4/files?password=whatever&delete=true"; /> I would like the following: ftp://auser

Re: Spring DSL and sftp password

2013-01-02 Thread Taariq Levack
Hi Have you seen this FAQ? https://camel.apache.org/how-do-i-use-spring-property-placeholder-with-camel-xml.html Taariq On 02 Jan 2013, at 22:14, Tyler Durvik wrote: > I have routes defined that use the sftp endpoint. Right now I have > the user password stored in the camel-context.xml file,

SV: CommonJ ThreadPoolFactory interface question

2013-01-02 Thread Petter Nordlander
Hi again, Sometimes when you write down a question, the answer comes by itself. I realised I didn't need to have those parameters to create commonJ threads in Camel. I have ported camel-commonj to the new ThreadPoolFactory interface and initial tests with WebSphere 7 works just fine. I have no

Re: Issue with property values from files post 2.9.1 2.10.3 update

2013-01-02 Thread demetrios
Has anyone got a response to this. I know this functionality has changed from version 2.9.3. In the spring context everything works as expected but once you go into the camel context it will for some reason re parse the expected single backslash as an escape character. -- View this message in

Read web service msg and encrypt some data

2013-01-02 Thread jipchix
Hi - I'm new to Camel and Spring. I'm using Camel in ServiceMix. For my learning practice, I did some simple things like routing web service messages around, created queues, consume messages (no action aside from setup blueprint) from existing code and files. Now I have to make another small step

Issue with use of SSLFilter with a custom codec

2013-01-02 Thread James Gough
I am trying to use SSLFilter with a custom codec, but it appears that my client (for which I have called SSLFilter's "setUseClientMode" method with a setting of true), is calling SSLFilter prior to calling the codec, and it calls the decoder's decode method rather than the encoder's encode meth

Re: Read web service msg and encrypt some data

2013-01-02 Thread Willem Jiang
Hi What data format are you using with you camel cxf endpoint. As you just want to change one field. It could be more easy for you to use the POJO data format. 发自我的 iPhone 在 2013-1-3,上午8:02,jipchix 写道: > Hi - I'm new to Camel and Spring. I'm using Camel in ServiceMix. > For my learning pract