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 85630 - NPE when closing BPEL process window
Summary: NPE when closing BPEL process window
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Joshua Sandusky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-23 11:24 UTC by Mikhail Kondratyev
Modified: 2006-10-06 09:49 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 2006-09-23 11:24:40 UTC
When closing the BPEL process window I got an NPE. Could not reproduce it later.
Stack trace:
java.lang.NullPointerException
	at
org.netbeans.modules.bpel.xpath.view.output.MapperUndoRedo.getDelegate(MapperUndoRedo.java:63)
	at
org.netbeans.modules.bpel.xpath.view.output.MapperUndoRedo.canUndo(MapperUndoRedo.java:90)
[catch] at org.openide.actions.UndoAction$1.run(UndoAction.java:95)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Michael Frisino 2006-09-23 15:11:13 UTC
i suspect mapper team will need more info.
Comment 2 Joshua Sandusky 2006-10-03 22:29:17 UTC
this issue has been fixed
Comment 3 Joshua Sandusky 2006-10-03 22:30:16 UTC
re-opened so i can assign it to myself
Comment 4 Joshua Sandusky 2006-10-03 22:31:08 UTC
fixed
Comment 5 gc140975 2006-10-06 09:49:03 UTC
Verified in the build 061005 by following the steps,find that no long null
pointer  exception throws