NPE in camel-printer when not setting media size or omitting sides attribute ----------------------------------------------------------------------------
Key: CAMEL-3446 URL: https://issues.apache.org/jira/browse/CAMEL-3446 Project: Camel Issue Type: Bug Affects Versions: 2.5.0 Environment: component: camel-printer (Could not select it from components list). Reporter: Torsten Mielke When specifying a camel-printer configuration that does not include config properties for sides or mediaSize, the camel route will fail to start up with a NullPointerException. E.g. this route {code:java} from("file://target/incoming?delete=true") .to("lpr://localhost/default"); {code} will raise an NPE at route startup time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.