[ https://issues.apache.org/jira/browse/CAMEL-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-3446. -------------------------------- Resolution: Fixed Fix Version/s: 2.6.0 Assignee: Claus Ibsen trunk: 1051116. Thanks Torsten for the patch. I polished it a bit. > 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 > Assignee: Claus Ibsen > Fix For: 2.6.0 > > Attachments: PrinterConfiguration.patch, tests.patch > > > 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.