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
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
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