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

Summary: When bpel debugger session had finished it brokes running java debugger session
Product: soa Reporter: Vitaly Bychkov <lativ>
Component: BPEL DebuggerAssignee: Kirill Sorokin <ksorokin>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.