Re: Dynamic uri not working

2013-06-24 Thread sprabu
Hi, Though i'm using the provided uri, its not getting the values from header. I don't know, why? Please help me to come out of it. Its highly impacting the progress of my task. Also validate the given URI, where i'm doing mistake?? Thanks Prabu -- View this message in context: http://camel

Dynamic uri not working

2013-06-20 Thread sprabu
Hi, When i try to construct dynamic URI. Its not working here, i'm trying configure gmail USER NAME and PASSWORD details dynamically from header. Buts its not working for me. Please help me to come out of it. Also i referred the following link to do this, even then its not working. http://camel.46

Re: How map the SQL query values in to XML Payload?

2013-01-07 Thread sprabu
Hi, Already i'm doing message transformation by using xslt. I don't know how i fetch the DB values and bring it to xsl transformation. Any way or idea... -- View this message in context: http://camel.465427.n5.nabble.com/How-map-the-SQL-query-values-in-to-XML-Payload-tp5724584p5725043.html

Re: How map the SQL query values in to XML Payload?

2013-01-07 Thread sprabu
Is it possible to bring the DB values in to XSL ??? If so, can you please tell me how? Many Thanks in Advance. -- View this message in context: http://camel.465427.n5.nabble.com/How-map-the-SQL-query-values-in-to-XML-Payload-tp5724584p5725044.html Sent from the Camel - Users mailing list arch

Re: How to auto generate and enable JMSCorrelationID in my messages?

2012-12-26 Thread sprabu
Contd.. Because i could see the following entry in the server logs. Here JMSCorrelationID is coming as "null". How do i set it automatically by camel. Pattern:InOnly, Headers:{breadcrumbId=ID:<253893.1356518052065.0>, JMSPriority=4, /*JMSCorrelationID=null,* / JMSTimestamp=1356518052065, JMSDel

How map the SQL query values in to XML Payload?

2012-12-25 Thread sprabu
Hi, I'm fetching records from a DB and want to set those values in XML payload. Whats the way in Spring XML DSL approach? Any idea.. Or Any other way or approach is there??? Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/How-map-the-SQL-query-values-in-to-

How to get the JMS message ID and set correlation ID

2012-12-19 Thread sprabu
Hi, How to set the or pass the JMS Message ID as a parameter, when i'm passing in to annotation based parameters. Also i want to get the correlationID from the message. Please help me here. This is the code snippet i used. @Consume(uri = "queue:com.TaskQueue1") @Handler @XPath("

How to Set SQL user parameters in insert query?

2012-12-19 Thread sprabu
Hi, I have tried in n number of ways, I set some values in the header and tring to set that value in SQL as parameters. How do i ...I tried in the below given way. //Message_seq_numer Its not working. Any idea here. -- View this message in context: http://camel.465427.n5.nabble.com/How-to

Re: How do i read the xml element values from the xml payload and have to pass those values to sql query.

2012-12-19 Thread sprabu
Hi, I tried in 'n' number of way. At last i tried in the following way. Even now i'm getting error. Can any one please help me to come out of it? -- View this message in context: http://camel.465427.n5.nabble.com/How-do-i-read-the-xml-element-values-from-the-xml-payload-and-have-to-pass-thos

Re: How do i read the xml element values from the xml payload and have to pass those values to sql query.

2012-12-19 Thread sprabu
Hi I have in the follwoing way. But its showing me bad sql grammer exception. Can you help me to come out of this. //MESSAGE_NUMBER ... How do i get the value and set it in sql? Thanks in advance! -- View this message in context: http://camel.465427.