Feedback
I've posted a number of questions here about the j2ee API and haven't gotten any responses. I suspect that I'm the only person working with the API currently so it'd be very helpful if the intellij guys could pipe in and clarify these issues.
Secondly, I haven't been able to create j2ee apps for the last 4-5 builds, which as you can imagine, makes testing my plugin rather difficult. The exception I get during the app creation wizard is:
Error message: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(1300,418),button=1,modifiers=Button1,clickCount=1] on dialog8
java.lang.NullPointerException
at com.intellij.j2ee.module.a.c.n(c.java:105)
at com.intellij.j2ee.module.a.c.c(c.java:155)
at com.intellij.j2ee.module.a.c.b(c.java:147)
at com.intellij.j2ee.module.a.c.D(c.java:117)
at com.intellij.j2ee.module.a.c.C(c.java:267)
at com.intellij.j2ee.module.a.c.getDeploymentItems(c.java:82)
at com.intellij.j2ee.module.a.c.a(c.java:84)
at com.intellij.j2ee.module.d.b(d.java:76)
at com.intellij.j2ee.module.b.d.g.(g.java:33)
at com.intellij.j2ee.module.b.a.i.(i.java:32)
at com.intellij.ide.util.d.i$0.(i$0.java:3)
at com.intellij.ide.util.d.i.]]>(i.java:7)
Please sign in to leave a comment.
>
java.awt.event.MouseEvent[MOUSE_RELEASED,(1300,418),button=1,modifiers=Butto
n1,clickCount=1] on dialog8
Should be fixed in 2102
--
Olesya Smirnova
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Hani Suleiman" <hani@formicary.net> wrote in message
news:29238469.1086708936521.JavaMail.itn@is.intellij.net...
gotten any responses. I suspect that I'm the only person working with the
API currently so it'd be very helpful if the intellij guys could pipe in and
clarify these issues.
>
which as you can imagine, makes testing my plugin rather difficult. The
exception I get during the app creation wizard is:
>
java.awt.event.MouseEvent[MOUSE_RELEASED,(1300,418),button=1,modifiers=Butto
n1,clickCount=1] on dialog8