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 68139 - extraneous "...externally modified. reload?" message when saving sun-web.xml via XML text editor.
Summary: extraneous "...externally modified. reload?" message when saving sun-web.xml...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-05 01:03 UTC by _ pcw
Modified: 2006-06-04 23: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 _ pcw 2005-11-05 01:03:56 UTC
Create web application w/ SJSAS server as target.
Open sun-web.xml in text editor.
Modify it in anyway (like adding a space somewhere).
Save it.

The IDE pops up a prompt that sun-web.xml has been changed by an external
program and does the user want to reload it, even though no such change has
happened.
Comment 1 _ pcw 2005-11-05 01:06:20 UTC
ConfigDataObject was not overriding the EditorCookie factory (and some other
cookies), so the base class XMLDataObject was providing an additional
XMLEditSupport object that was causing this extraneous message.  It is possible
this bug also manifested elsewhere in other ways, not sure.

Fixed.