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 188021 - NullPointerException at org.netbeans.modules.websvc.wsstack.jaxws.JaxWsStackProvider.getJaxWsStack
Summary: NullPointerException at org.netbeans.modules.websvc.wsstack.jaxws.JaxWsStackP...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 07:09 UTC by ranjan_compmail
Modified: 2010-07-13 03:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170955


Attachments
stacktrace (1.32 KB, text/plain)
2010-06-24 07:09 UTC, ranjan_compmail
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ranjan_compmail 2010-06-24 07:09:53 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.wsstack.jaxws.JaxWsStackProvider.getJaxWsStack(JaxWsStackProvider.java:61)
   at org.netbeans.modules.websvc.core.ProjectInfo.<init>(ProjectInfo.java:91)
   at org.netbeans.modules.websvc.core.JaxWsUtils.isEjbJavaEE5orHigher(JaxWsUtils.java:727)
   at org.netbeans.modules.websvc.core.jaxws.projects.JavaEEWSOpenHook.projectOpened(JavaEEWSOpenHook.java:97)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:84)
   at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectOpened(UILookupMergerSupport.java:201)
Comment 1 ranjan_compmail 2010-06-24 07:09:57 UTC
Created attachment 100372 [details]
stacktrace
Comment 2 Milan Kuchtiak 2010-07-08 08:52:40 UTC
Fixed:
http://hg.netbeans.org/web-main/rev/aaa91ad13ffc
Comment 3 Quality Engineering 2010-07-13 03:34:53 UTC
Integrated into 'main-golden', will be available in build *201007130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/aaa91ad13ffc
User: mkuchtiak@netbeans.org
Log: #188021: fixed NPE