[ANN] JBoss Integration Plugin 0.7 (beta) released
Changes since version 0.5:
- plugin name has been changed from 'JBoss' to 'JBoss Integration';
- full support for JBoss 3.2.5;
- limited support for service archives;
- major UI changes;
- bug fixes.
There's one major bug which has been fixed:
Deployment of modules didn't work if either the IDEA config path or the JBoss installation path contained any spaces.
Please sign in to leave a comment.
Hi,
I'm getting the following exception when manually editing the
file jboss.xml. I'm using IDEA version 4.5.1 which doesn't show
the exception popup, but the exception is in the log file.
Sascha
java.lang.ClassCastException
at com.fuhrer.idea.plugin.jboss.f.b.cd.getScope(cd.java)
at com.intellij.j2ee.k.a.a.resolve(a.java:96)
at com.intellij.j2ee.p.b.b(b.java:16)
at com.intellij.psi.f.h.c.a.a.c$0.a(c$0.java:1)
at com.intellij.psi.f.h.c.c.a(c.java:108)
at com.intellij.psi.f.h.c.a.a.c.resolve(c.java:19)
at com.intellij.codeInsight.f.a.c.f.a(f.java:126)
at com.intellij.codeInsight.f.a.c.f.visitXmlTag(f.java:43)
at com.intellij.psi.f.h.b.s.accept(s.java:110)
at com.intellij.codeInsight.f.a.c.c.visitXmlElement(c.java:176)
at com.intellij.psi.XmlElementVisitor.visitXmlTag(XmlElementVisitor.java:66)
at com.intellij.psi.f.h.b.s.accept(s.java:110)
at com.intellij.codeInsight.f.a.c.c.a(c.java:435)
at com.intellij.codeInsight.f.a.i.a(i.java:125)
at com.intellij.codeInsight.f.a.i.b(i.java:56)
at com.intellij.codeInsight.f.a.bl$1.run(bl$1.java:12)
at com.intellij.openapi.e.b.c.runReadAction(c.java:4)
at com.intellij.codeInsight.f.a.bl.b(bl.java:34)
at com.intellij.codeInsight.f.a.bl.access$100(bl.java:1)
at com.intellij.codeInsight.f.a.bl$0.run(bl$0.java:0)
at com.intellij.openapi.progress.a.a.runProcess(a.java:13)
at com.intellij.codeInsight.f.a.bl.run(bl.java:15)
Could you please send me your jboss.xml file and tell me what you are editing manually?
Martin Fuhrer wrote:
Happens with any jboss.xml that contains more than just the top-level tag and even when just
inserting a single space anywhere. I'll try to reproduce it from scratch and send you the file/project.
May take until next week though.
Thanks,
Sascha
Never mind, I found the error. Will be corrected in the next version. Thanks for spotting it.