Dino wrote: > I am using build #633 and I have come across the weirdest and extremely > annoying bug. > Not only that it has nothing to do with the IDEA environment by the > installation of the IDEA is causing this bug. > This bug has only surfaced after I have installed #632 ɹ. > > The bug: > > I am using Toplink's workbench for Java (I map my db tables to Java objects > with the workbench). It is written in java and it is using it's own > installed vm. However, (this happens frequently) everytime I try to enter a > character into any text field in the IDE itself I get the following > exception that is produced by toplink: > > Exception "java.lang.ClassNotFoundException: > [Lcom.intellij.codeInsight.j.bd;"while constructing DataFlavor for: > application/x-java-serialized-object; > class="[Lcom.intellij.codeInsight.j.bd;"
Maybe IDEA puts some codeInsight.j.bd objects in the global clipboard for some reason, and Toplink tries to access it, and then it can't resolve the class? That's the only way I can imagine that IDEA-specific objects would get outside IDEA, and I think DataFlavors are used for parsing clipboard / DND data. _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
