Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.18.0, 2.18.1
-
Component/s: camel-core
-
Labels:
-
Environment:
Ubuntu 16.04, Open JDK 1.8.0
-
Estimated Complexity:Unknown
Description
Using Spring XML. With a log: uri in the route, LogEndpoint.createProducer() was being called before doStart(), causing a null logger param to be passed to the LogProducer constructor. This resulted in a npe when the route was executed. Rolled back to 2.17.4 to resolve.