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 99168 - Exception when setting breakpoint in BPEL sources
Summary: Exception when setting breakpoint in BPEL sources
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords: REGRESSION
: 100470 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-27 18:07 UTC by Mikhail Kondratyev
Modified: 2007-04-25 14:35 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 Mikhail Kondratyev 2007-03-27 18:07:06 UTC
Steps to reproduce:
 - create a BPEL process
 - open BPEL process in the source view
 - try to set a breakpoint in sources
Exception will be thrown:
java.lang.AssertionError
	at
org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:868)
	at
org.netbeans.modules.bpel.debugger.ui.action.Breakpoint.getCurrentLineNumber(Breakpoint.java:236)
	at
org.netbeans.modules.bpel.debugger.ui.action.Breakpoint.toggleBreakpoint(Breakpoint.java:119)
	at
org.netbeans.modules.bpel.debugger.ui.action.Breakpoint.doAction(Breakpoint.java:76)
	at org.netbeans.spi.debugger.ActionsProvider$1.run(ActionsProvider.java:83)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:541)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:963)
Comment 1 Alexander Zgursky 2007-04-22 17:43:27 UTC
Fixed in trunk:
Checking in
debuggerui/src/org/netbeans/modules/bpel/debugger/ui/resources/layer.xml;
/cvs/enterprise/bpel/debuggerui/src/org/netbeans/modules/bpel/debugger/ui/resources/layer.xml,v
 <--  layer.xml
new revision: 1.5; previous revision: 1.4
done
Checking in core/src/org/netbeans/modules/bpel/core/BPELDataEditorSupport.java;
/cvs/enterprise/bpel/core/src/org/netbeans/modules/bpel/core/BPELDataEditorSupport.java,v
 <--  BPELDataEditorSupport.java
new revision: 1.6; previous revision: 1.5
Comment 2 Alexander Zgursky 2007-04-25 14:28:12 UTC
*** Issue 100470 has been marked as a duplicate of this issue. ***
Comment 3 Oleg Barbashov 2007-04-25 14:35:43 UTC
Build 200704230000. Fix is confirmed.