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 175301 - When bpel debugger session had finished it brokes running java debugger session
Summary: When bpel debugger session had finished it brokes running java debugger session
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 15:25 UTC by Vitaly Bychkov
Modified: 2009-11-08 09:29 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 Vitaly Bychkov 2009-10-23 15:26:09 UTC
When bpel debugger session is finished it brokes running java debugger session.
Steps to reproduce:
1. Create Bpel Synchronous Sample
2. Open Synchronous.bpel and set several breakpoints
3. Create java sample project: java "GUI Form Example"
4. Open in source mode Find.java and set several breakpoints
5. start debug session on Synchronous Test Case1
6. Go through the first breakpoint 
7. Start debug session on Find.java
8. Go through the first breakpoint 
9. Open Debugg Sessions Top Component
See there are two sessions 
10. Set Bpel Debug Session active
11. go through the rest breakpoints in Synchronous.bpel
12. As soon as bpel debugger session had finished the java Debugger session is terminated

Try the similar but in other order i.e. finish java debugger session at first - 
See Bpel debugger session still there.