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 87231 - Wrong order of process instances when sorting by name
Summary: Wrong order of process instances when sorting by name
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
: 93211 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-16 18:17 UTC by Alexander Pepin
Modified: 2007-09-03 13: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 Alexander Pepin 2006-10-16 18:17:22 UTC
Steps to reproduce:
- deploy Synchronous samlpe 
- deploy Asynchronous sample
- start debug session
- set breakpoints in both samples
- run tests for both samples
- switch to BPEL Process Instances debug window
- make Synchronous process current
Result: Synchronous process moves on top
- make Asynchronous process current
Result: Asynchronous process moves on top

Because the current process (printed in bold) is always on top it seems that in
fact <b>process_name</b> string is analized instead of process_name.
Comment 1 Alexander Zgursky 2006-10-23 18:40:04 UTC
Hmm.. Weired.. But looks like that html markup indeed matters for sorting.
Along with fixing this issue it would be nice to have an ID for every process
instance and show it along with the process instance name. Created an
enhancement on that (see issue 87803).
Comment 2 Alexander Zgursky 2007-04-25 13:55:39 UTC
*** Issue 93211 has been marked as a duplicate of this issue. ***
Comment 3 Alexander Zgursky 2007-07-26 12:00:46 UTC
The bug was fixed earlier as a part of another bug fix. Closing.