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

Summary: IAE when expanding Enterprise Beans node
Product: obsolete Reporter: Lukas Jungmann <jungi>
Component: EJB FreeformAssignee: Andrei Badea <abadea>
Status: VERIFIED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: sample project

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.