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 114265

Summary: REGRESSION: NPE on setting breakpoint in BPEL diagram
Product: soa Reporter: Andrei Chistiakov <ca-nb>
Component: BPELAssignee: Vitaly Bychkov <lativ>
Status: VERIFIED FIXED    
Severity: blocker CC: ivansidorkin, lativ
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Andrei Chistiakov 2007-08-30 16:59:07 UTC
Reproduced in build 200708300000.

The following exception is thrown when a breakpoint set on an element of a BPEL diagram:
java.lang.NullPointerException
[catch] at org.netbeans.modules.bpel.navigator.BpelModelLogicalBeanTree$2.run(BpelModelLogicalBeanTree.java:265)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Vitaly Bychkov 2007-08-31 16:02:36 UTC
Fixed in trunk:

/cvs/enterprise/bpel/editors/src/org/netbeans/modules/bpel/navigator/BpelNavigatorVisualPanel.java,v  <-- 
BpelNavigatorVisualPanel.java
new revision: 1.7; previous revision: 1.6
Comment 2 Andrei Chistiakov 2007-09-03 09:54:43 UTC
Verified in build 200709021200.