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 257339

Summary: NullPointerException at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.shared.EjbViewController.getBeanClass
Product: javaee Reporter: thruminds
Component: EJBAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal CC: thruminds
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194636
Attachments: stacktrace
stacktrace

Description thruminds 2015-12-30 12:02:17 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
thruminds: restarted the IDE after moving newly created EJB classes and their package into a new folder.

GUEST: run deploy for a project

GUEST: conflict resolution




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.shared.EjbViewController.getBeanClass(EjbViewController.java:218)
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.shared.EjbViewController.getBeanClass(EjbViewController.java:214)
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.session.SessionNode.<init>(SessionNode.java:119)
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.session.SessionNode.<init>(SessionNode.java:89)
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.session.SessionNode$1.run(SessionNode.java:99)
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.session.SessionNode$1.run(SessionNode.java:95)
Comment 1 thruminds 2015-12-30 12:02:19 UTC
Created attachment 157951 [details]
stacktrace
Comment 2 thruminds 2015-12-31 08:14:02 UTC
Created attachment 157959 [details]
stacktrace

On Netbeans startup