Re: Recovery From Netty Connection Drop

2010-05-05 Thread Claus Ibsen
Hi Well spotted. Can you create a JIRA ticket ticket for that. On Thu, May 6, 2010 at 6:29 AM, Gareth Collins wrote: > > Hello, > > I took a look at the Netty Producer code: > >    public void process(Exchange exchange) throws Exception { >        if (configuration.isSync()) { >            coun

Re: Recovery From Netty Connection Drop

2010-05-05 Thread Gareth Collins
Hello, I took a look at the Netty Producer code: public void process(Exchange exchange) throws Exception { if (configuration.isSync()) { countdownLatch = new CountDownLatch(1); } Channel channel = channelFuture.getChannel(); channel.write(

Recovery From Netty Connection Drop

2010-05-05 Thread Gareth Collins
Hello, I am using netty to connect to a server (over SSL). It is mostly working well. Unfortunately though the server appears to kill the connection after an unspecified period of inactivity. I see exceptions from netty, which is fine, but I don't see any attempt to reconnect (I currently have to

Question using OSGI / Bean / osgi:service

2010-05-05 Thread Charles Moulliard
Hi, I have created a camel Bean which is exposed as a spring DM service public interface Persistence { public void save(@Body FinishedTireDocument finishedTiredDocument, Exchange ecxh); } public class PersistenceImpl implements Persistence { private SapDocument

Re: Synchronization in camel route

2010-05-05 Thread Claus Ibsen
On Wed, May 5, 2010 at 1:18 PM, srinidandi wrote: > > Hi, > > Thanks for the reply. > > The route uses threads() or asynchronous processing feature so that multiple > asynchronous threads get spawned to process a multitude of csv files that > get put in a specifc folder on the server. This could b

intercept SOAP message

2010-05-05 Thread trivedi kumar b
Hi, I have a camel route that consumes a webservices using CXF. I have a requirement that I need to add a soap header before invoking the webservices. This soap header value should be provided from the camel route, so is it possible to send a property from camel route to CXF interceptor? How can

Re: Camel SMTP Server

2010-05-05 Thread Norman Maurer
Hi all, I have a first version of a working camel-smtp component by now. Its still far from perfect and it need more docs but if you want to try it out: http://code.google.com/p/camel-smtp I hope to add docs etc later this weeks. Bye, Norman 2010/5/4 Norman Maurer : > Hi Jim, > > I aspect to

Re: Synchronization in camel route

2010-05-05 Thread srinidandi
Hi, Thanks for the reply. The route uses threads() or asynchronous processing feature so that multiple asynchronous threads get spawned to process a multitude of csv files that get put in a specifc folder on the server. This could be the potential reason for concurrent inserts/updates to happen?

Re: Camel startup dependencies in OSGI/Karaf

2010-05-05 Thread Guillaume Nodet
I've created https://issues.apache.org/activemq/browse/CAMEL-2693 for that. On Thu, Apr 29, 2010 at 14:06, Bengt Rodehav wrote: > Hello Willem, > > Yeah, I guess it could potentially be a lot of service dependencies. > Remember though that these dependencies are present regardless if we > handle