JBoss Plugin exception with Irida #3193
Hi,
I'm getting the following exception when trying to open an Entity Bean in Irida.
Everything else seems to work fine so far.
Sascha
java.lang.NoClassDefFoundError: com/intellij/ide/util/TreeClassChooserDialog$ClassFilter
at com.fuhrer.idea.plugin.jboss.d.ab.(ab.java:17)
at com.fuhrer.idea.plugin.jboss.d.p.c(p.java:12)
at com.fuhrer.idea.plugin.jboss.d.p.a(p.java:13)
at com.fuhrer.idea.plugin.jboss.d.p.(p.java:7)
at com.fuhrer.idea.plugin.jboss.d.b.getEntityBeanPage(b.java:4)
at com.intellij.j2ee.a.a.a.j.f$0.visitEntityBean(f$0.java:3)
at com.intellij.j2ee.m.b.a.d.accept(d.java:73)
at com.intellij.j2ee.a.a.a.j.f.a(f.java:10)
at com.intellij.j2ee.a.a.a.j.e.e(e.java:24)
at com.intellij.j2ee.a.a.a.j.e.a(e.java:42)
at com.intellij.j2ee.a.a.a.h.a.]]>(a.java:22)
at com.intellij.j2ee.a.a.a.h.c.createEditor(c.java:9)
at com.intellij.openapi.fileEditor.impl.c.b(c.java:219)
at com.intellij.openapi.fileEditor.impl.c$4.run(c$4.java:1)
at com.intellij.openapi.command.a.a.executeCommand(a.java:20)
at com.intellij.openapi.command.a.a.executeCommand(a.java:11)
at com.intellij.openapi.fileEditor.impl.c.a(c.java:318)
at com.intellij.openapi.fileEditor.impl.c.a(c.java:323)
at com.intellij.openapi.fileEditor.impl.c.openFileWithProviders(c.java:302)
Please sign in to leave a comment.
TreeClassChooserDialog is not (yet) available through OpenAPI, and apparently they changed something therein. I'll try to find a workaround until it will be available officially.
Martin Fuhrer wrote:
The class was renamed to TreeClassChooser but is still in the same package.
For now and I have found a workaround by extracting those classes from an
earlier build and putting them into the lib directory. A Quick'n Dirty fix
that at least lets me open the editor again :)
Sascha
Thanks for the investigation... :)