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 74028

Summary: NPE is thrown when delete EJB project
Product: javaee Reporter: Petr Blaha <blaha>
Component: EJB ProjectAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: abadea, jkovalsky, pjiricka
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 75143    
Attachments: stack trace
Exception thrown when deleting web project.

Description Petr Blaha 2006-03-27 12:36:30 UTC
[build 20060324]
Steps:
1) I created EJB project
2) add some beans
3) delete project
ERROR: NPE is thrown
Comment 1 Petr Blaha 2006-03-27 12:38:16 UTC
Created attachment 29417 [details]
stack trace
Comment 2 Andrei Badea 2006-03-28 09:13:28 UTC
The problem seems to be in the web-services-related code. Probably
WebServicesSupport.getWebServicesSupport() returned null because the project was
being deleted. Reassigning to Milan for evaluation.
Comment 3 Jiri Kovalsky 2006-03-29 10:29:35 UTC
Please note that similar exception is thrown when deleting web application
project. Attaching approperiate exception. Once you fix this in EJB project,
please reassign to web component. Thanks !
Comment 4 Jiri Kovalsky 2006-03-29 10:30:17 UTC
Created attachment 29466 [details]
Exception thrown when deleting web project.
Comment 5 Lukas Jungmann 2006-03-29 10:35:21 UTC
It is already filed for web project as a separate issue 73284. The same thing
appears also in appclient project. I'm sure that Milan will fix this on all
apropriate places at once.
Comment 6 Petr Blaha 2006-04-11 08:08:43 UTC
*** Issue 74755 has been marked as a duplicate of this issue. ***
Comment 8 Petr Blaha 2007-01-24 13:47:44 UTC
[build 070124]