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 67558 - java.lang.IllegalArgumentException is thrown when delete web project
Summary: java.lang.IllegalArgumentException is thrown when delete web project
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 10:10 UTC by Petr Blaha
Modified: 2005-11-04 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (1.18 KB, text/plain)
2005-10-26 10:11 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-10-26 10:10:25 UTC
[build 20051025]
Steps:
1) create web project with JSF framework
2) delete project
ERROR: Enterprise resource directory property value is not a File is thrown
Comment 1 Petr Blaha 2005-10-26 10:11:11 UTC
Created attachment 26345 [details]
stack trace
Comment 2 Petr Blaha 2005-10-26 10:38:27 UTC
I'm able to reproduce the issue in EJB module as well. Therefore, changing
priority to P2.
Comment 3 Radko Najman 2005-10-31 15:21:31 UTC
Reassigning to Stepan. The problem is in
org.netbeans.modules.j2ee.deployment.configConfigSupportImpl, propertyChange()
method when null value is passed to that mathod.
Comment 4 Sherold Dev 2005-10-31 15:28:50 UTC
F.

Checking in ConfigSupportImpl.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ConfigSupportImpl.java,v
 <--  ConfigSupportImpl.java
new revision: 1.44; previous revision: 1.43
done
Comment 5 Petr Blaha 2005-11-04 12:33:46 UTC
[build 20051103]