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 80409 - NullPointer Exception when user Clicks on properties of ForEach activity
Summary: NullPointer Exception when user Clicks on properties of ForEach activity
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 13:11 UTC by rpalukuru
Modified: 2006-09-15 08:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot (185.11 KB, application/octet-stream)
2006-07-17 13:16 UTC, rpalukuru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpalukuru 2006-07-17 13:11:42 UTC
Build : Build060710

Steps to reproduce:

1. Create New SOA BPEL project with WSDL and BPEL file
2. Drag & drop <ForEach> activity from Palette into BPEL editor
3. Click on <FOrEach> activity and open properties for <ForEach
4. Click on "Start Counter Value" property value
5. Click on any other peroperty value 

Observed the below exception is thrown "java.lang.NullPointerException
	at 
org.netbeans.modules.bpel.properties.props.editors.ExpressionPropEditor.setAsTe
xt(ExpressionPropEditor.java:69)
	at org.openide.explorer.propertysheet.PropUtils.updatePropertyEditor
(PropUtils.java:595)
	at org.openide.explorer.propertysheet.PropUtils.updateProp
(PropUtils.java:617)
	at org.openide.explorer.propertysheet.SheetCellEditor.stopCellEditing
(SheetCellEditor.java:350)
	at org.openide.explorer.propertysheet.SheetTable.editCellAt
(SheetTable.java:921)
	at javax.swing.plaf.basic.BasicTableUI$Handler.adjustFocusAndSelection
(BasicTableUI.java:953)
	at javax.swing.plaf.basic.BasicTableUI$Handler.mousePressed
(BasicTableUI.java:920)
	at java.awt.AWTEventMulticaster.mousePressed
(AWTEventMulticaster.java:222)
	at java.awt.AWTEventMulticaster.mousePressed
(AWTEventMulticaster.java:221)
	at java.awt.AWTEventMulticaster.mousePressed
(AWTEventMulticaster.java:221)
	at java.awt.Component.processMouseEvent(Component.java:5485)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
	at org.openide.explorer.propertysheet.SheetTable.processMouseEvent
(SheetTable.java:694)
	at java.awt.Component.processEvent(Component.java:5253)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3889)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1774)
	at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	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 rpalukuru 2006-07-17 13:16:55 UTC
Created attachment 31925 [details]
snapshot
Comment 2 Nikita Krjukov 2006-07-22 02:54:09 UTC
fixed
Comment 3 pushpa 2006-09-15 08:33:49 UTC
bug Verified on:060905 coke build on Solaris

Desc: Verified with  BPEL with foreach test