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 81844 - Redeploying of the project while debugging stops debug session
Summary: Redeploying of the project while debugging stops debug session
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-03 17:47 UTC by Alexander Pepin
Modified: 2006-10-13 10:11 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-08-03 17:47:22 UTC
Steps to reproduce:
- create Synchronous sample project
- deploy the project
- start debug session
- set a breakpoint
- run test (continue after breakpoint)
- redeploy the project
Result: Debug session stops. The project redeploys successfully.
Comment 1 Alexander Zgursky 2006-09-15 12:47:12 UTC
Such a behaivor is really a back-up for the bug in the BPEL Engine, which can
not be fixed before Coke release. The bug in the engine is that running process
instances are not get killed when corresponding process is being undeployed.
They stay running but can not exchange any messages with the outside world. So,
for users to not get confused trying to debug "orphan" process instances, the
hack was made on the client side to close a debug session when there are some
running process instances of the process that is being undeployed.
Comment 2 Alexander Pepin 2006-09-18 13:48:56 UTC
this issue should be renamed  to "Redeploying of the project while debugging
stops debug session" in order not to be confused with 85135. 
Comment 3 Alexander Zgursky 2006-09-22 04:55:15 UTC
Fixed
Comment 4 Alexander Pepin 2006-09-22 17:59:53 UTC
verified in build 060921_1