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 - Breakpoints are not shown on the diagram if start IDE with opened BPEL document
Summary: Breakpoints are not shown on the diagram if start IDE with opened BPEL document
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-03 16:39 UTC by Alexander Zgursky
Modified: 2007-12-18 16:48 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 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