This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 95718 - IAE when expanding Enterprise Beans node
Summary: IAE when expanding Enterprise Beans node
Status: VERIFIED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: EJB Freeform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 16:29 UTC by Lukas Jungmann
Modified: 2007-10-25 21:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (10.12 KB, application/octet-stream)
2007-02-15 16:32 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-02-15 16:29:53 UTC
-Open attached ejb-ff project
-expand the Enterprise Beans node

=> java.lang.IllegalArgumentException: fileObject == null
        at
org.netbeans.api.java.source.JavaSource.forFileObject(JavaSource.java:302)
        at
org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.shared.EjbViewController.getBeanClass(EjbViewController.java:144)
        at
org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.session.SessionNode.<init>(SessionNode.java:80)
        at
org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.session.SessionNode.<init>(SessionNode.java:64)
        at
org.netbeans.modules.j2ee.ejbcore.EjbNodesFactoryImpl.createSessionNode(EjbNodesFactoryImpl.java:44)
        at
org.netbeans.modules.j2ee.ejbjar.project.ui.EjbContainerChildren.createNodes(EjbContainerChildren.java:124)
        at
org.netbeans.modules.j2ee.ejbjar.project.ui.EjbContainerChildren.createNodes(EjbContainerChildren.java:49)
...
Comment 1 Lukas Jungmann 2007-02-15 16:32:09 UTC
Created attachment 38559 [details]
sample project
Comment 2 Andrei Badea 2007-07-04 09:59:52 UTC
The EJB freeform project has been dropped from NetBeans 6.0.
Comment 3 Lukas Jungmann 2007-10-25 21:35:08 UTC
v.