Re: Issue invoking WS-Security Enabled .net service using cxf endpoint - org.apache.cxf.interceptor.Fault: No username available

2014-12-25 Thread Naveen Vangipurapu
Can anybody help please? -- View this message in context: http://camel.465427.n5.nabble.com/Issue-invoking-WS-Security-Enabled-net-service-using-cxf-endpoint-org-apache-cxf-interceptor-Fault-Ne-tp5761081p5761096.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Is it possible to set the documentType on an XPath in XML DSL (Spring/Blueprint)

2014-12-25 Thread Claus Ibsen
Hi I logged a ticket https://issues.apache.org/jira/browse/CAMEL-8182 On Wed, Dec 17, 2014 at 4:07 PM, Claus Ibsen wrote: > Hi > > Yeah sure we can add that option to the xpath definition so its > available in XML DSL. Feel free to log a JIRA > http://camel.apache.org/support > > > > On Fri, Dec

Re: sftp - Exception during concurent execution of sftp endpoint

2014-12-25 Thread Claus Ibsen
On Thu, Dec 25, 2014 at 4:36 AM, eswar wrote: > Thanks Claus. Yes I use same user to login but that doesnt seem to be an > issue as I have custom JSch class that connects to more than 10 sessions > concurrently. > Problem here though is that when an issue happens in file transmission the > route i

Re: sftp - Exception during concurent execution of sftp endpoint

2014-12-25 Thread eswar
Thanks Jens. Yes we have seda queue implemented for certain use cases but for this issue we would end up processing the files concurrently from two different routes using the same endpoint. so ideally i would either need to use sftp component or need to create a custom bean to do sftp. -- View t

Re: sftp - Exception during concurent execution of sftp endpoint

2014-12-25 Thread eswar
Thanks Claus. Yes I use same user to login but that doesnt seem to be an issue as I have custom JSch class that connects to more than 10 sessions concurrently. Problem here though is that when an issue happens in file transmission the route is not stopped instead it keeps continuing and there is j