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 54900 - Default selection tab is 2nd one
Summary: Default selection tab is 2nd one
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: Rajeshwar Patil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 22:34 UTC by Rochelle Raccah
Modified: 2006-03-24 12:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
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-11 22:34:22 UTC
If you choose an EJB node in the plugin editor,
the first tab is cmp mapping, but the Ior security
config tab is always selected.  The first tab was
selected until recently, but now it has changed.
Comment 1 _ ludo 2005-02-17 03:18:28 UTC
4.1
Comment 2 Rajeshwar Patil 2005-03-02 20:28:48 UTC
Need to change the selection and  order of tabs
Comment 3 Rajeshwar Patil 2005-03-04 00:35:25 UTC
Selected Mapping Panel as the default selection in case of Cmp Beans.
Selected Bean Pool Panel as the default selection in case of all other
Beans.

Modified Files:
libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/CmpEntityEjbCustomizer.java

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/EntityEjbCustomizer.java

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/MDEjbCustomizer.java

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/StatefulEjbCustomizer.java

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/StatelessEjbCustomizer.java


Comment 4 Rochelle Raccah 2005-03-04 18:13:53 UTC
CMP Mapping is now properly 1st and selected for CMPs.  Bean Pool is
selected for BMPs and Session beans, but it is the 3rd tab in a
session bean and the 2nd in a BMP.  Shouldn't it be the first tab if
it is the one to be selected?
Comment 5 _ ludo 2005-03-04 18:25:11 UTC
changing tab orders is too late as it change the ui, and not a p3.
So enhancement.
Comment 6 Rajeshwar Patil 2005-04-08 20:36:31 UTC
Files Modified:
libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/EntityEjbCustomizer.java
new revision: 1.7; previous revision: 1.6

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/MDEjbCustomizer.java
new revision: 1.7; previous revision: 1.6

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/StatefulEjbCustomizer.java
new revision: 1.9; previous revision: 1.8

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/StatelessEjbCustomizer.java
new revision: 1.6; previous revision: 1.5
Comment 7 Rochelle Raccah 2005-05-06 22:44:12 UTC
Order is still not addressed in RC1.
Comment 8 Rajeshwar Patil 2005-05-06 23:10:29 UTC
Its fixed in the trunk. It was too late to fix in the RC.
Comment 9 Jan Horvath 2005-05-09 11:20:02 UTC
verified in trunk - build 200505081800
Comment 10 Jan Horvath 2005-05-09 11:20:20 UTC
v