Re: doneFileName doesn't seem to work

2011-08-17 Thread Sorin Silaghi
ok thanks, I'll give it a try and get back to you. On Tue, Aug 16, 2011 at 6:46 PM, Claus Ibsen wrote: > On Tue, Aug 16, 2011 at 5:18 PM, Sorin Silaghi > wrote: > > Hi again, > > > > > > After further testing it looks like this works fine for file > > poolers... is this not implemen

Re: Semantics of JMSReplyTo between Camel 2.2 and 2.8

2011-08-17 Thread Claus Ibsen
On Mon, Aug 15, 2011 at 4:07 PM, Scott Parkerson wrote: > Folks, > > Somewhere along the way, the semantics of setting the "reply to" in a > message header has changed. > > Background: In 2.2.0, I used to be able to send a message to a queue > (specifically, the ActiveMQ.Statistics.Destination.>

Re: SendProcessor has not been started - While using Exception policies

2011-08-17 Thread Abhijith
Hi, Even I am facing same issue, did you find any solution to this? I am using JBoss 5.1.0 GA,JDK 1.6, Camel 2.7.2 and camel-jboss-2.3.0.jar. Thanks, Abhi -- View this message in context: http://camel.465427.n5.nabble.com/SendProcessor-has-not-been-started-While-using-Exception-policies-tp42

Re: Socket-based Asynchronous Calls...

2011-08-17 Thread James Carman
That's what I've been staring at! :) Here's what I'm thinking I'm going to need to write. I need an async processor that remembers the AsyncCallback and associates it with a correlation id. Then, when another exchange comes in that has the same correlation id, it will lookup the previous callbac

Deploying Camel in Jboss

2011-08-17 Thread Abhijith
Hi, I am new to camel apache, I was able to create prototype in tomcat. But I need to deploy the same in Jboss 5.1.0 GA, JDK 1.5 and I am using Camel 2.6.0 with camel-jboss-2.3.0.jar: I am getting following error: java.lang.IllegalArgumentException: Cannot find the deployed servlet, please configu

Re: Deploying Camel in Jboss

2011-08-17 Thread Claus Ibsen
Hi Welcome to the Camel user mailing list :) When you use Camel 2.6 with the servlet component, you need to add it to the web.xml file. See this page, where it talks about publishing CamelHttpTransportServlet http://camel.apache.org/servlet For Camel 2.8 onwards, you actually do not need the ca

Mixing UnitOfWork/Synchronization and onException() Handling

2011-08-17 Thread rschetti
Experienced Camel Users, I am a relatively new Camel user. I have successfully setup the "happy case" where Camel (using transactions) is routing messages through multiple JMS queues. Now it's time to add some error handling... I use a UnitOfWork to manage updates to the file system (almost exact

Re: Mixing UnitOfWork/Synchronization and onException() Handling

2011-08-17 Thread Claus Ibsen
Posted to this forum as well http://fusesource.com/forums/thread.jspa?threadID=3256&tstart=0 Where this is already being discussed. On Wed, Aug 17, 2011 at 3:24 PM, rschetti wrote: > Experienced Camel Users, > > I am a relatively new Camel user. I have successfully setup the "happy case" > where

Re: Mixing UnitOfWork/Synchronization and onException() Handling

2011-08-17 Thread bvahdat
Claus, That was the coolest answer I've ever seen by you. It seems that the "Big Brother" is watching/tracking you everywhere. Regards, Babak -- View this message in context: http://camel.465427.n5.nabble.com/Mixing-UnitOfWork-Synchronization-and-onException-Handling-tp4708180p4708244.html Sen

Re: Mixing UnitOfWork/Synchronization and onException() Handling

2011-08-17 Thread Claus Ibsen
On Wed, Aug 17, 2011 at 3:37 PM, bvahdat wrote: > Claus, > That was the coolest answer I've ever seen by you. > It seems that the "Big Brother" is watching/tracking you everywhere. > I'm a borg ... ehh bot, i'm not a human ;) > Regards, Babak > > -- > View this message in context: > http://cam

Re: Deploying Camel in Jboss

2011-08-17 Thread Abhijith
Thank you I was able to deploy success fully camel 2.8 .. But for camel 2.6 and jdk1.5 I have CamelHttpTransportServlet in web.xml, I am using Spring 3.0.5 ( looks like ContextLoaderServlet is deprecated) wat will be the alternative: http://www.w3.org/2001/XMLSchema-instance"; xmlns="

How to add a GenericFileProcessStrategy implementation to a ServiceMix SU ?

2011-08-17 Thread Sorin Silaghi
Hello, I am trying to add a GenericFileProcessStrategy implementation to my camel route in servicemix but I can't solve a dependency problem. I keep getting a ClassNotFoundException for GenericFileProcessStrategy. I tried to add camel-core as a dependency to my SU but that doesn't se

camel-servlet component doesn't get informed about it's name in web.xml

2011-08-17 Thread bvahdat
Hi, camel-servlet is a new component to me to work with in my current project. Just realized that I should ALWAYS use the servletName option IF I name the single Servlet entry in my web.xml with something other than 'CamelServlet', like: camel-servlet Camel Http Transport Servlet o

Re: Deploying Camel in Jboss

2011-08-17 Thread Claus Ibsen
On Wed, Aug 17, 2011 at 4:29 PM, Abhijith wrote: > Thank you I was able to deploy success fully camel 2.8 .. > But for camel 2.6 and jdk1.5 I have CamelHttpTransportServlet in web.xml, I > am using Spring 3.0.5 ( looks like ContextLoaderServlet is deprecated) wat > will be the alternative: >

Re: camel-servlet component doesn't get informed about it's name in web.xml

2011-08-17 Thread Claus Ibsen
Hi If you use a different name, then you need to configure this on the Camel servlet component On Wed, Aug 17, 2011 at 5:56 PM, bvahdat wrote: > Hi, > > camel-servlet is a new component to me to work with in my current project. > Just realized that I should ALWAYS use the servletName opti

Re: Mixing UnitOfWork/Synchronization and onException() Handling

2011-08-17 Thread Claus Ibsen
Hi This is my reply from the Fuse forum http://fusesource.com/forums/thread.jspa?threadID=3256&tstart=0 If you use JMS then the JMS broker has built in support for error queues (dead letter channel). So its in fact better to use that, instead of having Camel sending the message back to the erro

Re: Mixing UnitOfWork/Synchronization and onException() Handling

2011-08-17 Thread Claus Ibsen
Frankly its not a cool answer. Its just that people should have a bit more patience when they post for help in one community. And not cross posts in many communities, as it spread the conversation. And for people who take the time to help at X, would have to do the same at place Y etc. I personall

Re: nagiosSettings: cannot set encryption

2011-08-17 Thread Tereza Nedelescu
Thanks, I tried that, but now I see that the error is at the bean level. It cannot create the "nagSettings" bean. I commented out the route to Nagios, and I left only the bean definition. Unfortunately, the error was still there: org.springframework.beans.factory.BeanCreationException: Error crea

Re: camel-servlet component doesn't get informed about it's name in web.xml

2011-08-17 Thread bvahdat
Hi Claus, O.K. I see. But the Wiki says the following about the servletName option: Specifies the servlet name that the servlet endpoint will bind to. If there is no servlet name specified, the servlet endpoint will be bind to first published Servlet. Does this match with the obligation you men

service mix cxf bc component response

2011-08-17 Thread Kovacs Zsolt
Hi, I'm using a CXF binding component consumer endpoint in servicemix with WSDL defined. From this endpoint I send to JBI endpoint defined in Camel. My question is: how can I modify (or customize) the SOAP response message send back by the CXF binding component to SOAP client. Curr

Re: nagiosSettings: cannot set encryption

2011-08-17 Thread Tereza Nedelescu
I solved the error above with the following code : -- View this message in context: http://camel.465427.n5.nabble.com/nagiosSettings-cannot-set-encryption-tp4706513p4710134.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: service mix cxf bc component response

2011-08-17 Thread Freeman Fang
Hi, If you wanna cxf bc consumer to do this task, you can always create your own interceptor and add it as outInterceptor for cxf bc consumer and do what ever you want there. But I believe using camel component(such as a well defined XSL, not sure why first child in Body appears twice, bu

Re: Deploying Camel in Jboss

2011-08-17 Thread Abhijith
Thanks for the reply .. got approval to use JDK 1.6 -- View this message in context: http://camel.465427.n5.nabble.com/Deploying-Camel-in-Jboss-tp4708163p4710923.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-servlet component doesn't get informed about it's name in web.xml

2011-08-17 Thread Claus Ibsen
On Wed, Aug 17, 2011 at 8:48 PM, bvahdat wrote: > Hi Claus, > > O.K. I see. > > But the Wiki says the following about the servletName option: > > Specifies the servlet name that the servlet endpoint will bind to. If there > is no servlet name specified, the servlet endpoint will be bind to first >

Camel-nagios comes with older version of JsendNSCA - 1.3.1

2011-08-17 Thread Tereza Nedelescu
Hi, Excuse me if I am wrong, but I think that the latest version of camel-nagios comes with an older version of jsendNSCA, which is 1.3.1. The newest version of jsenNSCA is 2.0.1. This creates a path error which I'm trying to solve, because in one of the versions there is a 'core' folder, while i