Re: ERROR while running camel routing as war file

2012-02-12 Thread Samruben
Thank you. I have got the problem resolved with your guidance... The problem is with jdk only. Thank you so much :-) -- View this message in context: http://camel.465427.n5.nabble.com/ERROR-while-running-camel-routing-as-war-file-tp5474775p5477461.html Sent from the Camel - Users

Re: ERROR while running camel routing as war file

2012-02-12 Thread Babak Vahdat
context: http://camel.465427.n5.nabble.com/ERROR-while-running-camel-routing-as-war-file-tp5474775p5477374.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ERROR while running camel routing as war file

2012-02-12 Thread Samruben
.465427.n5.nabble.com/ERROR-while-running-camel-routing-as-war-file-tp5474775p5477220.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ERROR while running camel routing as war file

2012-02-11 Thread Vincent Nonnenmacher
; -- > View this message in context: > http://camel.465427.n5.nabble.com/ERROR-while-running-camel-routing-as-war-file-tp5474775p5475666.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: ERROR while running camel routing as war file

2012-02-11 Thread Babak Vahdat
-running-camel-routing-as-war-file-tp5474775p5475666.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ERROR while running camel routing as war file

2012-02-11 Thread Vincent Nonnenmacher
On Sat, Feb 11, 2012 at 11:47 AM, Samruben wrote: > Hi > I am new user to camel. > > I have tried to route the message from one queue to other queue. while > running as java application, it works fine. > I have created war file using the same java file but am getting this error. > > ERROR - {135

Re: ERROR while running camel routing as war file

2012-02-11 Thread Babak Vahdat
Hi JDK 1.7 is not supported yet, so try to make use of 1.6 to see if this was the cause of the problem. Babak -- View this message in context: http://camel.465427.n5.nabble.com/ERROR-while-running-camel-routing-as-war-file-tp5474775p5475273.html Sent from the Camel - Users mailing list archive

Re: ERROR while running camel routing as war file

2012-02-11 Thread Samruben
camel version 2.9.0 jetty server jdk1.7.0_02 whether it might be any dependency issue? -- View this message in context: http://camel.465427.n5.nabble.com/ERROR-while-running-camel-routing-as-war-file-tp5474775p5475248.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ERROR while running camel routing as war file

2012-02-11 Thread Claus Ibsen
ln("Received exchange: " + e.getIn()); >                 } >             }); >         } >     }); > >     context.start(); >     Thread.sleep(1000); >     context.stop(); > >    } > > > -- > View this message in context: > http

ERROR while running camel routing as war file

2012-02-11 Thread Samruben
System.out.println("Received exchange: " + e.getIn()); } }); } }); context.start(); Thread.sleep(1000); context.stop(); } -- View this message in context: http://camel.465427.n5.nabble.com/ERROR-while-running-camel-