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
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.
.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.
; --
> 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.
>
-running-camel-routing-as-war-file-tp5474775p5475666.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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
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
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.
ln("Received exchange: " + e.getIn());
> }
> });
> }
> });
>
> context.start();
> Thread.sleep(1000);
> context.stop();
>
> }
>
>
> --
> View this message in context:
> http
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-
10 matches
Mail list logo