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 115888 - NPE after refreshing the Client
Summary: NPE after refreshing the Client
Status: VERIFIED DUPLICATE of bug 115877
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-18 16:54 UTC by Lukas Jungmann
Modified: 2007-10-17 00:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-09-18 16:54:10 UTC
The operating system is Linux, 2.6.20-16-generic, i386, virtual machine Java HotSpot(TM) Client VM, 1.6.0_03-ea-b02,
NetBeans version NetBeans IDE Dev (Build 20070918115025)

-create new ear with ejb and web modules
-create new local session bean in ejbmodule with some business method
-create new ws client and use http://www.webservicex.net/WCF/ServiceDetails.aspx?SID=44 (there's no WSDL available on
that URL, but everyone can make a mistake...)
-invoke refresh action on the ws client node and use correct URL: http://www.webservicex.net/WeatherForecast.asmx?wsdl

=> java.lang.NullPointerException
org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsClientChildren.refreshKeys:239
org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsClientNode.refreshService:284
org.netbeans.modules.websvc.core.jaxws.actions.JaxWsRefreshClientAction.performAction:51
org.openide.util.actions.NodeAction$DelegateAction$1.run
...
Comment 1 Lukas Jungmann 2007-09-18 21:44:32 UTC

*** This issue has been marked as a duplicate of 115877 ***
Comment 2 Lukas Jungmann 2007-10-17 00:27:09 UTC
v.