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 114766 - NPE when calling ws operation
Summary: NPE when calling ws operation
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-09-05 14:31 UTC by Lukas Jungmann
Modified: 2007-10-26 10:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 3016


Attachments
stacktrace (3.48 KB, text/plain)
2007-09-05 14:31 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-09-05 14:31:09 UTC
Build: NetBeans IDE 6.0 Beta 1 (Build 200709041200)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b05
OS: Linux, 2.6.20-16-generic, i386

User Comments: 
-create new ear with ejb and web modules
-create new ws client in ejb module
-create new servlet in web module
-call ws operation (use the ws client from ejb module) from the servlet

=>NPE
Comment 1 Lukas Jungmann 2007-09-05 14:31:17 UTC
Created attachment 48165 [details]
stacktrace
Comment 2 Milan Kuchtiak 2007-09-27 15:23:12 UTC
I was able to reproduce.

For some reason, the EJB jar file is not added to class path - that's why the exception.
Comment 3 Milan Kuchtiak 2007-10-01 16:39:51 UTC
This is similar to issue 112777.