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

Summary: [registry] NPE after expanding web services references node
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 60490    
Attachments: messages.log

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.