Hi,--
I developed a plugin for importing data in CSV format. Unfortunately since release 2.36.0 I get the following exception:
[2018-09-23 19:20:56] [SEVERE ] {jgnash.ui.UIApplication uncaughtException} java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jgnash/convert/imports/ImportBank
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jgnash/convert/imports/ImportBank
at info.johannesgruber.jgnash.plugin.csvimport.ImportCsvAction$ImportCsv.done(ImportCsvAction.java:116)
In line 116 the following is done:
ImportBank bank = get();
I'm doing that in the action class which extends AbstractEnabledAction.
Thank you for any hint!
You received this message because you are subscribed to the Google Groups "jGnash-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jgnash-devel...@googlegroups.com.
To post to this group, send email to jgnash...@googlegroups.com.
Visit this group at https://groups.google.com/group/jgnash-devel.
For more options, visit https://groups.google.com/d/optout.