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

Summary: Wrong order of process instances when sorting by name
Product: soa Reporter: Alexander Pepin <apepin>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.