Did some unit tests which cannot reproduce the issue you see.
https://github.com/apache/camel/commit/8cd86620d09f9641f4d29c5a131f162fd48ec547


On Wed, Jan 29, 2014 at 8:21 AM, Rural Hunter <ruralhun...@gmail.com> wrote:
> I didn't keep the log but it's a normal NoClassDefFoundError with clear
> stack trace. It indicated the line in my processor which caused the error.
> The route is quite simple like this:
> from(REQUEST_QUEUE).process(processor1).process(processor2).process(processor3).to(COMPLETE_QUEUE)
> The error occurs in processor3.process().
>
> 于 2014/1/29 14:58, Claus Ibsen 写道:
>
>> Hi
>>
>> And what does the stacktrace looks like when you use try .. catch?
>> And what does your route look like?
>>
>>
>>
>



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Reply via email to