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 55449 - Deleted ejb info shown in customizer
Summary: Deleted ejb info shown in customizer
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-24 01:14 UTC by Rochelle Raccah
Modified: 2005-04-01 16:00 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 Rochelle Raccah 2005-02-24 01:14:30 UTC
Delete a bean while it is highlighted and opened
in the sun-ejb-jar customizer.  The node will
disappear, but the right side of the customizer is
still populated with it.
Comment 1 _ ludo 2005-02-24 02:03:48 UTC
it seems to be true only when you delete the *last* bean...
If this is the case, it might be a p4, refresh issue, unless there is
a way to select the root node from the config editor.
Comment 2 Rochelle Raccah 2005-02-24 02:05:21 UTC
I did not delete the last bean.  It was one of many.
Comment 3 _ ludo 2005-02-24 04:45:40 UTC
was is only cmps?
Comment 4 Rochelle Raccah 2005-02-24 19:30:37 UTC
I generated ejbs (CMPs) for a schema, then selected the first one in
the customizer.  Then I deleted that CMP and the customizer was still
showing its value.
Comment 5 _ pcw 2005-03-02 19:19:48 UTC
If a DConfigBean is destroyed when focused, it is j2eeserver module's
responsibility to bring up a new customizer.

In addition, I don't think this would be a P4 because as long as the
customizer is visible, it has a handle to the now deleted DConfigBean
and edits on the data could cause unexpected behavior, including
exceptions.
Comment 6 Rajeshwar Patil 2005-03-03 00:33:12 UTC
j2eeserver bug
Comment 7 Vince Kraemer 2005-03-17 23:01:17 UTC
switching to j2eeserver component.  
Comment 8 Sherold Dev 2005-03-18 07:58:11 UTC
Setting the TM to 4.1.
Comment 9 Sherold Dev 2005-04-01 16:00:48 UTC
F. 
 
Checking in 
src/org/netbeans/modules/j2ee/deployment/config/ui/ConfigBeanPanelView.java; 
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ui/ConfigBeanPanelView.java,v  
<--  ConfigBeanPanelView.java 
new revision: 1.7; previous revision: 1.6 
done