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 252220 - NullPointerException at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.entries.CallEjbPanel$8.run
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.entr...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-03 23:06 UTC by felipegr6
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180107


Attachments
stacktrace (13.10 KB, text/plain)
2015-05-03 23:06 UTC, felipegr6
Details

Note You need to log in before you can comment on or make changes to this bug.
Description felipegr6 2015-05-03 23:06:41 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: following ACC tutorial for netbeans.

GUEST: i was trying to call the entity bean in the session

felipegr6: Alt+Insert -> Calling Enterprise Bean

GUEST: i was trying to call the enterprise bean in my session.java




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.entries.CallEjbPanel$8.run(CallEjbPanel.java:492)
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.entries.CallEjbPanel$8.run(CallEjbPanel.java:489)
   at org.netbeans.modules.j2ee.dd.impl.ejb.annotation.EjbJarMetadataModelImpl$1.call(EjbJarMetadataModelImpl.java:96)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runCallable(AnnotationModelHelper.java:256)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.access$100(AnnotationModelHelper.java:79)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$2.run(AnnotationModelHelper.java:184)
Comment 1 felipegr6 2015-05-03 23:06:43 UTC
Created attachment 153504 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:54:55 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss