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 40394 - sun-web configuration is not saved when close down
Summary: sun-web configuration is not saved when close down
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-23 19:45 UTC by davisn
Modified: 2006-06-05 00:39 UTC (History)
0 users

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 davisn 2004-02-23 19:45:09 UTC
Build used:
AppServer 8: b55
Netbean 3.6: 02/19/04
Plugin: 02/19/04

PROBLEM DESCRIPTION:
The configuration of the sun-web is not asked to
save when user selects to close the (sun-web)
DConfigBean editor

STEPS TO REPRODUCE:
1. Install Netbean and plugin
2. Install AppServer
3. Start the Netbean IDE
4. Create a Web Module Application
5. Extend the .../WEB-INF node and select to open
the sun-web editor
6. Make some changes to the sun-web by clicking to
enable [Class Loader] 
7. Close the editor by clicking X at the top title bar

BUG:
    Netbean IDE doesn't ask user to save the
change in the sun-web node

EXPECTING RESULT:
    A "Question" dialog should pop up to allow
user to save/discard the change
Comment 1 Nam Nguyen 2004-02-23 23:47:59 UTC
Fixed.
Note that not all the config values are saved probably because the
plugin I have does not have a complete implementation.  E.g.: click to
enable class-loader and define extra-class-path, close tab, click yes
to  save, only extra-class-path value is saved to file.