google-code-export / openesignforms

Automatically exported from code.google.com/p/openesignforms
1 stars 0 forks source link

Exception in report's transaction details #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not sure, but we get this exception in our application log:

2013-06-26 03:03:18,107 DEBUG 
(com.esignforms.open.vaadin.report.ReportDetailView) Failed to build view
java.lang.NullPointerException
        at com.esignforms.open.vaadin.report.ReportDetailView.createOverview(ReportDetailView.java:253)
        at com.esignforms.open.vaadin.report.ReportDetailView.buildLayout(ReportDetailView.java:118)
        at com.esignforms.open.vaadin.report.ReportDetailView.initView(ReportDetailView.java:803)
        at com.esignforms.open.vaadin.report.ReportView$ReportTable$1.valueChange(ReportView.java:924)

Original issue reported on code.google.com by yoz...@gmail.com on 27 Jun 2013 at 6:43

GoogleCodeExporter commented 9 years ago
Fixed in the 13.7.13 release.  This occurs only if your transaction template 
does not define a branding library.  The branding library is an optional field 
for a transaction template, but the transaction detail (via reports or general 
search) assumed one was defined.  This has been fixed.

Original comment by yoz...@gmail.com on 27 Jun 2013 at 6:44