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 60581 - [registry] NPE after expanding web services references node
Summary: [registry] NPE after expanding web services references node
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks: 60490
  Show dependency tree
 
Reported: 2005-06-29 00:08 UTC by Lukas Jungmann
Modified: 2005-09-05 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (44.21 KB, text/plain)
2005-06-29 00:10 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-06-29 00:08:58 UTC
[build 200506281800]

1) start IDE with new userdir, register app server
2) create new web project
3) create new websvc client in it
(. build project - not neccessary)
4) collaps project root node
5) restart IDE
6) expand web project node
7) expand web services references node

=> NPE

   After this exception IDE becomes unusable. As workaround restart IDE with new
userdir.
Comment 1 Lukas Jungmann 2005-06-29 00:10:00 UTC
Created attachment 22922 [details]
messages.log
Comment 2 Milan Kuchtiak 2005-06-29 09:39:45 UTC
Yes, restarting IDE causes problems with resolving WS clients.
Comment 3 Milan Kuchtiak 2005-06-30 09:12:24 UTC
Fixed:

Removing dependency on
org.netbeans.core.xml.SAXFactoryImpl

in WebServicePersistenceManager
Comment 4 Lukas Jungmann 2005-07-12 16:11:06 UTC
v.