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 - NullPointerException at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb.shared.EjbViewController.getBeanClass
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.ejb....
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-30 12:02 UTC by thruminds
Modified: 2015-12-31 08:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194636


Attachments
stacktrace (4.04 KB, text/plain)
2015-12-30 12:02 UTC, thruminds
Details
stacktrace (4.04 KB, text/plain)
2015-12-31 08:14 UTC, thruminds
Details

Note You need to log in before you can comment on or make changes to this bug.
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