[ https://issues.apache.org/jira/browse/CAMEL-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973173#action_12973173 ]
Torsten Mielke edited comment on CAMEL-3446 at 12/20/10 6:33 AM: ----------------------------------------------------------------- Attaching additional JUnit test method (see tests.patch) to test for this bug. was (Author: tmielke): Attaching additional JUnit test method (see tests.patch). > 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 > 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.