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
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 '#
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
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
>
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.
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,
?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
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