Re: SQL Component : Error while Inserting record in db table

2010-06-10 Thread mevikasg
Hi Roman, Please find the stack trace attached here with. http://old.nabble.com/file/p28851402/stacktrace.txt stacktrace.txt RomKal wrote: > > 2010/6/10 mevikasg : >> >> Hi Roman, >> >> Thanks for the reply. >> >> I have already tried it but

Re: SQL Component : Error while Inserting record in db table

2010-06-10 Thread mevikasg
l wrote: > > Hello, > > In camel-sql component you should use # sign instead of ? as question > marks has its own meaning in URL notation. > > Unfortunately it looks that you cannot really use # sign itself, as it > will be converted to questionmark (so your '#

SQL Component : Error while Inserting record in db table

2010-06-10 Thread mevikasg
Hi, I am a newbie in Grails-Camel world. In my grails-groovy web application, i am trying to insert received messages in mail account into db table using Camel SQL component. So far via my Route, i can easily access my mail messages and even can perform SELECT queries on db as well. But, i am u

Re: java.lang.VerifyError:(class: org/apache/camel/model/ProcessorType, method: loop signature:

2010-06-03 Thread mevikasg
Thanks alot. I have posted a request for the plugin up gradation on Grails forum. Claus Ibsen-2 wrote: > > On Thu, Jun 3, 2010 at 10:44 AM, mevikasg wrote: >> >> Hi Claus, >> >> >> As you suggested to check the Camel version (because of ProcessorType >

Re: java.lang.VerifyError:(class: org/apache/camel/model/ProcessorType, method: loop signature:

2010-06-03 Thread mevikasg
Hi Claus, As you suggested to check the Camel version (because of ProcessorType error). I did update the Camel plugin in my grails application with ver 0.2 (after updating) I found camel plugin's lib contains apache-camel-1.6.0.jar. But, could't find apache-camel-2.x.x to resolve the issue.

Re: Adding/Deleting queues at runtime

2010-05-19 Thread mevikasg
e Tracer to see how messages is routed at runtime > http://camel.apache.org/tracer > > On Tue, May 18, 2010 at 10:35 AM, mevikasg wrote: >> >> Hi Clan, >> >> Thanks for the prompt reply. >> >> I tried it worked partially as well. >> >> Now,

Re: Adding/Deleting queues at runtime

2010-05-18 Thread mevikasg
?rev=944681&view=rev > > > On Thu, May 13, 2010 at 9:04 AM, mevikasg wrote: >> >> Hi All, >> >> I am new in the Camel town. >> >> In my web application, an administrator can add/delete User (i.e.queue) >> at >> runtime. >> >&g

Adding/Deleting queues at runtime

2010-05-13 Thread mevikasg
Hi All, I am new in the Camel town. In my web application, an administrator can add/delete User (i.e.queue) at runtime. My objective is : An end-user of application can send message by selecting any user from Users list ( i.e. drop-down). Till now, i can send message from Controller to a queue