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 81859

Summary: Process Instance Window should show all bpelse processes
Product: soa Reporter: Joshua Sandusky <jsandusky>
Component: BPEL DebuggerAssignee: Kirill Sorokin <ksorokin>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89926    

Description Joshua Sandusky 2006-08-03 21:58:45 UTC
The debugger plugin cannot determine what process instances may already be
running in the BPEL engine. It can only determine what process instances have
been started since the debugger was attached.

The Process Instance Window should show ALL process instances, including those
that may already be running in the BPEL Service Engine.
Comment 1 Alexander Zgursky 2006-10-19 13:51:22 UTC
It looks like that it's already implemented on the runtime side:
When debugging session is being established the BPEL Engine sends notifications
(enterFrame) for all the process instances the are currently running. This
results to all the process instance are visible in the BPEL Process Instances View.
So, closing as Fixed.
Comment 2 Alexander Zgursky 2006-11-14 16:25:10 UTC
Reopening the issue. It's found out that enterFrame() are sent for those process
instances that was started during some debug session (see my previous comment),
not neccesseryly during the current one. So, process instances started when no
debug session was established with the BPELSE would not appear in BPEL Process
Instances view.
Comment 3 Alexander Zgursky 2006-11-14 18:30:10 UTC
This issue depends on the BPELSE issue #6493548 filed in bugster
Comment 4 Alexander Zgursky 2006-12-22 23:20:54 UTC
It's really a defect
Comment 5 Sergey Lunegov 2007-10-25 11:41:13 UTC
Will look at this after NB 6.0
Comment 6 Kirill Sorokin 2007-12-19 20:27:54 UTC
-> FIXED

Though it's hard to predict results of trying to debug a process instance that was already running at the time debugger
session was started. Let's try and see what happens.
Comment 7 Ivan Sidorkin 2008-02-15 06:35:43 UTC
verified in NetBeans IDE Dev (Build 200802140010)