Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.10.0
-
Patch Available
-
Moderate
Description
camel-printer only supports one configuration. I needed two lpr endpoints...
javax.print allows to set a JobName - nice in the webinterface of cups. from(...).setHeader(PrinterEndpoint.JOB_NAME, simple(${file:onlyname})).to("lpr://localhost/printer");
The new testcases should work without a printer configured. mockito seems to be in use by other components, too.