Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.18.0, 2.18.1
-
Ubuntu 16.04, Open JDK 1.8.0
-
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.