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 - Process Instance doesn't complete when stop/start debugger
Summary: Process Instance doesn't complete when stop/start debugger
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 23:51 UTC by pchen
Modified: 2007-04-26 12:25 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 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.