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 113709 - NPE after push "Print preview" btn on bpel diagtram.
Summary: NPE after push "Print preview" btn on bpel diagtram.
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Print (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-08-24 12:19 UTC by Victoria Zhukovskaya
Modified: 2007-08-27 13:38 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 Victoria Zhukovskaya 2007-08-24 12:19:50 UTC
Build 200708230115, JDK 1.6.0_02

NPE after push "Print preview" btn on bpel diagtram.

Create synchronouse sample, open diagram select process and push btn "Print preview"

After this action all invocations of menu has the same NPE




java.lang.NullPointerException
	at org.netbeans.modules.bpel.core.BPELDataEditorSupport.getPrintProvider(BPELDataEditorSupport.java:102)
	at org.netbeans.modules.print.impl.action.Finder.getPrintProvider(Finder.java:59)
	at org.netbeans.modules.print.impl.action.Action.getPrintProvider(Action.java:73)
	at org.netbeans.modules.print.impl.action.Action.performAction(Action.java:55)
	at org.netbeans.modules.print.impl.action.PreviewAction$Manager.actionPerformed(PreviewAction.java:50)
	at org.netbeans.modules.print.ui.PrintUI$NodeAction.actionPerformed(PrintUI.java:349)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
	at java.awt.Component.processMouseEvent(Component.java:6038)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
	at java.awt.Component.processEvent(Component.java:5803)
	at java.awt.Container.processEvent(Container.java:2058)
	at java.awt.Component.dispatchEventImpl(Component.java:4410)
	at java.awt.Container.dispatchEventImpl(Container.java:2116)
	at java.awt.Component.dispatchEvent(Component.java:4240)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
	at java.awt.Container.dispatchEventImpl(Container.java:2102)
	at java.awt.Window.dispatchEventImpl(Window.java:2429)
	at java.awt.Component.dispatchEvent(Component.java:4240)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	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 Vladimir Yaroslavskiy 2007-08-24 12:27:39 UTC
fixed.
Comment 2 Victoria Zhukovskaya 2007-08-27 13:38:05 UTC
200708250136, WinXP