Exception when importing Avisys as first action

Issue #246 resolved
Adam Winer created an issue

Guice configuration errors:

1) No implementation for javax.swing.JPanel annotated with @com.google.inject.name.Named(value=resolveTaxa) was bound. while locating javax.swing.JPanel annotated with @com.google.inject.name.Named(value=resolveTaxa)

1 error com.google.inject.ConfigurationException: Guice configuration errors:

1) No implementation for javax.swing.JPanel annotated with @com.google.inject.name.Named(value=resolveTaxa) was bound. while locating javax.swing.JPanel annotated with @com.google.inject.name.Named(value=resolveTaxa)

1 error at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1004) at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1009) at .ui.panels.OpenOrNewListFrame.navigateTo(OpenOrNewListFrame.java:96) at .ui.imports.ImportMenuPanel$9.actionPerformed(ImportMenuPanel.java:469)

Comments (2)

  1. scythebill repo owner

    Fix Issue #246: Exception when importing Avisys as first action

    ... which would trigger for anyone who had an import that triggered a "Sp." resolution.

    → <<cset b9c2a8182627>>

  2. Log in to comment