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 - NPE is thrown when delete EJB project
Summary: NPE is thrown when delete EJB project
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
: 74755 (view as bug list)
Depends on:
Blocks: 75143
  Show dependency tree
 
Reported: 2006-03-27 12:36 UTC by Petr Blaha
Modified: 2007-01-24 13:47 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (4.65 KB, text/plain)
2006-03-27 12:38 UTC, Petr Blaha
Details
Exception thrown when deleting web project. (4.71 KB, text/plain)
2006-03-29 10:30 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
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]