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 88616

Summary: Breakpoints are not shown on the diagram if start IDE with opened BPEL document
Product: soa Reporter: Alexander Zgursky <zgursky>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Zgursky 2006-11-03 16:39:31 UTC
Steps to reproduce (heh, well, it reproduces occasionally):
- create any BPEL project (any sample proj will do)
- set breakpoint somewhere
- ensure that 1)the BPEL document you placed a breakpoint at is active and has
"Design" tab selected; 2)all the debugger windows are closed
- close IDE and start it again

Result: IDE starts with the BPEL document already opened. However, the
breakpoint is not shown on the diagram.

Cause: Looks like sometimes diagram is painted before the debugger adds
breakopints annotations. The reason why it's not 100% reproducable may be that
the order in which modules are initialized is unpredictable and/or diagram
rendering and annotations placing are carried out in different threads.
Comment 1 Sergey Lunegov 2007-10-25 11:58:48 UTC
On Beta2 IDE starts with startpage and breakpoint is visible all the times.
Comment 2 Sergey Lunegov 2007-10-25 12:14:59 UTC
Same if to switch the stat page off.
Comment 3 Ivan Sidorkin 2007-12-18 16:48:28 UTC
verified with RC1