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 114391 - NullPointerException after creating new ws
Summary: NullPointerException after creating new ws
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL: http://statistics.netbeans.org/except...
Keywords:
: 115790 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-31 15:49 UTC by Lukas Jungmann
Modified: 2007-10-22 15:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 2637


Attachments
stacktrace (4.24 KB, text/plain)
2007-08-31 15:49 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-08-31 15:49:51 UTC
Build: NetBeans IDE Dev (Build 200708310258)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105
OS: Linux, 2.6.20-16-generic, i386

User Comments: 

-create new EJB module (Java EE 5)
-create new local session bean there
-add some dummy business method there (ie. myBm(String): String)
-create new web service which delegates to local session bean in the same EJB module

=> NPE
Comment 1 Lukas Jungmann 2007-08-31 15:49:55 UTC
Created attachment 47896 [details]
stacktrace
Comment 2 nouar38 2007-09-04 14:39:58 UTC
Hit this issue on netbeans-6.0-200709021200/solaris sparc and Build 200709030000/windows-xp jdk1.6u1
with a similar ejb  module in which I've created:
1 stateless session bean, 
1 stateful session bean,
1 entity from db. 

But when  added a web service to it (empty web service 
choice) 
==>> NPE as the one shown, the web service has been created and can add an op to it.
==>> Enterprise Beans node in Projects has no more the two session beans added first.
Comment 4 Lukas Jungmann 2007-09-18 11:09:28 UTC
*** Issue 115790 has been marked as a duplicate of this issue. ***
Comment 5 Lukas Jungmann 2007-10-22 15:27:14 UTC
v.