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 115790 - [60cat] NPE upon finishing New > Web Service in EJB project
Summary: [60cat] NPE upon finishing New > Web Service in EJB project
Status: RESOLVED DUPLICATE of bug 114391
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-18 07:45 UTC by jlaskowski
Modified: 2007-09-18 11:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE stack trace (69.73 KB, text/plain)
2007-09-18 07:46 UTC, jlaskowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jlaskowski 2007-09-18 07:45:34 UTC
[ BUILD # : 200709141330 ]
[ JDK VERSION : 1.6.2 ]

Take a look at the attached messages.log where the stack trace is.
Comment 1 jlaskowski 2007-09-18 07:46:15 UTC
Created attachment 48957 [details]
NPE stack trace
Comment 2 jlaskowski 2007-09-18 08:59:05 UTC
Ok, found out what might be a culprit. Open up the NewWebService.java that represents the SEI from the Files tab. Left
mouse button clicking causes NPE.

java.lang.NullPointerException
	at org.netbeans.modules.j2ee.dd.impl.ejb.annotation.SessionImpl.getLocal(SessionImpl.java:410)
	at org.netbeans.modules.j2ee.ejbcore.api.methodcontroller.AbstractMethodController$1.run(AbstractMethodController.java:85)
	at org.netbeans.modules.j2ee.ejbcore.api.methodcontroller.AbstractMethodController$1.run(AbstractMethodController.java:83)
	at org.netbeans.modules.j2ee.dd.impl.ejb.annotation.EjbJarMetadataModelImpl$1.call(EjbJarMetadataModelImpl.java:70)
	at
org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runCallable(AnnotationModelHelper.java:225)
	at
org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.access$100(AnnotationModelHelper.java:60)
	at
org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$2.run(AnnotationModelHelper.java:161)
	at
org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$2.run(AnnotationModelHelper.java:163)
Comment 3 Milan Kuchtiak 2007-09-18 09:32:55 UTC
Can be fixed for Beta2.
Comment 4 Lukas Jungmann 2007-09-18 11:09:32 UTC
already fixed in trunk

*** This issue has been marked as a duplicate of 114391 ***