Re: Error trying to deploy war

2012-12-15 Thread raheem
And here is the actual applicationContext.xml: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xsi:schemaLocation=" http://www.springframework.org/schema/beans http:/

Error trying to deploy war

2012-12-15 Thread raheem
Hi, I used the camel-archetype-web archetype to generate a war. I generated the projec, built it and deployed. When deploying to a karaf-2.2.9 with camel 2.10.2, I get the following exception: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/applicationContext.xml

Re: Jetty component sslContextParametersRef is not working

2012-12-15 Thread Claus Ibsen
Hi I have fixed some other issues in camel-jetty recently in https://issues.apache.org/jira/browse/CAMEL-5867 I did make a fix to SSL as well. Can you try again with latest code from trunk/branch http://camel.apache.org/source.html http://camel.apache.org/building.html On Tue, Dec 11, 2012 at

Re: JMS persistence options have no effect

2012-12-15 Thread Claus Ibsen
Hi replyToDeliveryPersistent is on the consumer side as I understand it. On Fri, Dec 14, 2012 at 10:27 PM, Christian Müller wrote: > replyToDeliveryPersistent -- Claus Ibsen - Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.c

Re: How to build an outgoing tcp connection gateway that consumes messages?

2012-12-15 Thread Claus Ibsen
Hi We have some JIRA tickets about adding such functionality to camel-mina2 and also camel-netty. This would allow Camel to acts as a client and connect to a remote server, and receive messages coming in to a route. Though we haven't had the time yet to implement such functionality. On Fri, Dec

Re: AntInclude doesn't allow Bean Binding

2012-12-15 Thread Claus Ibsen
On Sat, Dec 15, 2012 at 10:25 AM, ravishankar.singaram wrote: > We have a situation, where we need to consume files from a location using > SFTP. There are multiple camel routes created targeting the same location, > with each has different needs to filter the input files. I tried using a Ant > ba