InvalidPayloadException: No body available of type ... concurrency issue?

2020-05-14 Thread Clemens Wyss DEV
Camel: 2.15.3 (I know «outdated») When I «call» one of our routes "concurrently" I am getting: java.lang.reflect.UndeclaredThrowableException: null at ch.mysign.prj.interfaces.campaign.$Proxy54.getCodeMessage(Unknown Source) at ch.mysign.prj.interfaces.campaign.CampaignProxy.get

RE: Re: Re: Bindy plus Unicode

2020-01-25 Thread dev
Hi Alex,   well, which would then be the appropriate branch? Master or 3.x? I guess if i create a ticket I get informed by e-mail what happens to the thing, right? I think there could be a ticket + PR in the next two weeks. I word on ICU4J. Of course I understand, that an Apache Project has t

Camel with BeanFactory

2013-04-29 Thread Kalyan Dev
Hello, I understand by skimming over Camel's source code that it uses ApplicationContext everywhere. In a project that I'm working on, I HAVE to use BeanFactory only. Is it possible to initialize and use Camel's capabilities in a BeanFactory instead of ApplicationContext at all ? If so, what are