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 53029 - Bean nodes should be sorted
Summary: Bean nodes should be sorted
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 23:34 UTC by Rochelle Raccah
Modified: 2006-06-06 21: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-01-05 23:34:19 UTC
Imagine a user with several beans - navigating to
the right one would be difficult without sorting.
 Plus, it's extremely confusing that it doesn't
match the logical view ordering.
Comment 1 Nitya Doraisamy 2005-08-25 18:11:25 UTC
Are you referring to the list of beans in the runtime, under the deployed module
node? 
Comment 2 Rochelle Raccah 2005-08-25 20:02:36 UTC
No, I mean in the config editor left hand side.
Comment 3 _ pcw 2006-06-01 06:36:41 UTC
I'm not sure that there is a good way to correlate with the logical ordering in
ejb-jar.xml.  I think it can be done, but I doubt it's worth the effort required
-- there are many little nasty edge cases if the user decides to move things
around in that file and we have to adjust our ordering accordingly.  Also with
the advent of annotations, this entire subject is probably moot.

However, it is probably not difficult to order named beans alphabetically.  What
do you think of this idea?
Comment 4 Rochelle Raccah 2006-06-01 19:35:00 UTC
Alphabetically is what I was hoping for =).