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 87705

Summary: Process Instance doesn't complete when stop/start debugger
Product: soa Reporter: pchen <pchen>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description pchen 2006-10-20 23:51:00 UTC
Steps to reproduce:
- use any BPEL project/CompositeAPP and start AS
- deploy the project
- start debug session
- set a breakpoint in the source
- create a test (if not already) and run test
- when the breakpoint is achieved click "Finish Debugger Session"
- test finshes OK, so far so good.
- start another debug session
- can see the old debug session still in place (also shows old BPEL process
instance eventhough it was done)  <--- problem
Comment 1 Alexander Zgursky 2006-11-07 09:01:47 UTC
Reproducable occasionally. I believe we should rename the issue since the debug
session really completes (it disappears from the Sessions View) but the real
problem here is that the process instance is still there when starting new debug
session.
Renaming an issue from "BPEL Debugger session remains after "Finish Debugger
session"" to "Process Instance doesn't complete when stop/start debugger"
Comment 2 Alexander Zgursky 2007-04-25 14:40:50 UTC
With the introduction of some new events the described behaivor has gone. Mark
as FIXED.
Comment 3 Oleg Barbashov 2007-04-26 12:25:31 UTC
Build 200704260000. Fix is confirmed.