elexis/elexis-3-base

PDFBills throws unhelpful exception

Closed this issue · 1 comments

An Elexis OpenSource practice trying to migrate to Elexis 3.9 ran into the following unhelpful error
burlein_fehler
In the log I found
elexis-3.log

The relevant piece is

11:51:01.184 [main] ERROR c.elexis.pdfBills.ElexisPDFGenerator - Error outputting bill
java.lang.IllegalStateException: No IFormattedOutput implementation available
	at ch.elexis.pdfBills.ElexisPDFGenerator.generatePdf(ElexisPDFGenerator.java:257)
	at ch.elexis.pdfBills.ElexisPDFGenerator.generateQrPatBill(ElexisPDFGenerator.java:481)
	at ch.elexis.pdfBills.ElexisPDFGenerator.printQrBill(ElexisPDFGenerator.java:460)
	at ch.elexis.pdfBills.QrRnOutputter$1.run(QrRnOutputter.java:168)

It looks to me that the pdfbill feature should include the fop wrapper, too

Fixed with #250 and backported to 3.9