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 83800 - after deleting sun-ejb-jar.xml, it should be closed
Summary: after deleting sun-ejb-jar.xml, it should be closed
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 15:04 UTC by Lukasz Grela
Modified: 2007-09-21 00:50 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 Lukasz Grela 2006-08-30 15:04:44 UTC
#200608300000

1) create ejb-module with glassfish

2) create sun-ejb-jar.xml

3) open sun-ejb-jar.xml

4) delete sun-ejb-jar.xml

5) sun-ejb-jar.xml is still available in editor- it should be close during deleting
Comment 1 web20 2006-08-30 22:37:17 UTC
agree
Comment 2 _ pcw 2006-08-31 00:01:54 UTC
I know about this.  It's caused by selective but improper overriding of various
methods in one of the DataEditorSupport derivations used by the configuration
editor.  OTOH, fixing this problem properly by letting DataEditorSupport handle
the open request caused multiple regressions of a more serious nature so I let
it go for now.

I'm experimenting with a new editor support model to fix a couple of other
issues and if it works, I may be able to fix this one too, otherwise this will
be deferred to post 5.5 timeframe.
Comment 3 _ pcw 2007-09-21 00:50:42 UTC
Fixed by virtue of new configuration editor design.