No ExchangeSentEvent in @Produce but is in ProducerTemplate

2019-02-12 Thread Garner, Kevin
We're using EventNotifier and ExchangeSentEvent to log timing of certain direct:// routes and we've run into a problem when using @Produce instead of ProducerTemplate. When sending exchange to producer template, ExchangeSentEvent is fired after exchange is sent. Same when it's part of a larger

Content Unintentionally converted to Base64 String

2019-02-12 Thread Isaiah Inuwa
Hello, I have a simple app that proxies a SOAP API using JSON over REST/HTTP. I am having trouble when trying to track metrics using the micrometer component. This route works and returns a JSON string: rest("/rest") .post("/verify") .type(AddressIn.class) .outType(AddressOu

Classloader issues

2019-02-12 Thread Knut-HÃ¥vard Aksnes
Our problem is in wildfly-camel but the root cause of the problem is likely to be in Camel. My application contains two rest services in two route builders as well as some support classes. Some of the support classes are Jacson annotated pojos used as part of the API. Some potentially relevant came