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 70157 - Leaking WebProject from DataSourceWizard.project
Summary: Leaking WebProject from DataSourceWizard.project
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-12-09 15:54 UTC by _ rkubacki
Modified: 2005-12-12 12:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-12-09 15:54:10 UTC
dev build from Dec 8, JDK 1.6.0_b62, Linux

I played a bit with webapp project. During this time I tried to add data source
and probably canceled the wizard. Unfortunately the project is then hold forever
even when I close it in UI because there is a static field in
org.netbeans.modules.j2ee.sun.ide.sunresources.wizards.DataSourceWizard keeping
the reference.
Comment 1 _ rkubacki 2005-12-09 16:37:49 UTC
the same holds for MailWizard
Comment 2 _ ludo 2005-12-11 06:46:01 UTC
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/DataSourceWizard.java,v
 <--  DataSourceWizard.java
new revision: 1.2; previous revision: 1.1
done
Checking in MailWizard.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/MailWizard.java,v
 <--  MailWizard.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 _ rkubacki 2005-12-12 12:25:09 UTC
Thanks.