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 - REGRESSION: NPE on setting breakpoint in BPEL diagram
Summary: REGRESSION: NPE on setting breakpoint in BPEL diagram
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-30 16:59 UTC by Andrei Chistiakov
Modified: 2007-09-03 09:54 UTC (History)
2 users (show)

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 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.