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 79089 - Can't set any property for any BPEL activity
Summary: Can't set any property for any BPEL activity
Status: VERIFIED DUPLICATE of bug 79084
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@soa
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-06-26 13:53 UTC by Mikhail Kondratyev
Modified: 2006-07-24 11:20 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-06-26 13:53:12 UTC
NPE when setting a property to BPEL activity
 - create a BPEL process
 - add an activity to the process
 - try to set a property for the activity from the Properties window
NPE will be thrown:
java.lang.NullPointerException
	at
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisHelper.checkSolicitResponsePortType(BPELStaticAnalysisHelper.java:62)
	at
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisVisitor.visit(BPELStaticAnalysisVisitor.java:107)
	at org.netbeans.modules.bpel.model.impl.InvokeImpl.accept(InvokeImpl.java:442)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:200)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.acceptChildren(BpelEntityImpl.java:327)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:201)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.acceptChildren(BpelEntityImpl.java:327)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:201)
	at
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisValidator.validate(BPELStaticAnalysisValidator.java:72)
	at org.netbeans.modules.xml.xam.spi.Validation.validate(Validation.java:67)
	at
org.netbeans.modules.bpel.core.validation.BPELValidationController$1.run(BPELValidationController.java:127)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
	at
org.netbeans.modules.bpel.core.validation.BPELValidationController.startValidation(BPELValidationController.java:136)
	at
org.netbeans.modules.bpel.core.validation.BPELValidationController.modelChanged(BPELValidationController.java:99)
	at
org.netbeans.modules.bpel.core.validation.BPELValidationController.notifyEvent(BPELValidationController.java:159)
	at
org.netbeans.modules.bpel.model.api.events.ChangeEventListenerAdapter.notifyEntityInserted(ChangeEventListenerAdapter.java:46)
	at
org.netbeans.modules.bpel.model.api.events.ChangeEventSupport.notifyChangeEvent(ChangeEventSupport.java:173)
	at
org.netbeans.modules.bpel.model.api.events.ChangeEventSupport.fireChangeEvent(ChangeEventSupport.java:146)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl$Transaction.commitEvents(BpelModelImpl.java:794)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl$Transaction.end(BpelModelImpl.java:709)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl.writeUnlock(BpelModelImpl.java:465)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl.invoke(BpelModelImpl.java:218)
	at org.netbeans.modules.bpel.design.DnDHandler.drop(DnDHandler.java:249)
	at java.awt.dnd.DropTarget.drop(DropTarget.java:430)
	at
sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:500)
	at
sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(SunDropTargetContextPeer.java:812)
	at
sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(SunDropTargetContextPeer.java:736)
	at sun.awt.dnd.SunDropTargetEvent.dispatch(SunDropTargetEvent.java:30)
	at java.awt.Component.dispatchEventImpl(Component.java:4222)
	at java.awt.Container.dispatchEventImpl(Container.java:2018)
	at java.awt.Component.dispatchEvent(Component.java:4195)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4222)
	at java.awt.LightweightDispatcher.processDropTargetEvent(Container.java:3957)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3811)
	at java.awt.Container.dispatchEventImpl(Container.java:2004)
	at java.awt.Window.dispatchEventImpl(Window.java:2210)
	at java.awt.Component.dispatchEvent(Component.java:4195)
[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 Mikhail Kondratyev 2006-06-26 14:13:33 UTC
The bug is reproducible when the project is invalid. You can make the project
invalid by adding a pick activity to the project
Comment 2 Denis Anisimov 2006-06-27 08:51:27 UTC

*** This issue has been marked as a duplicate of 79084 ***
Comment 3 Mikhail Kondratyev 2006-07-24 11:20:19 UTC
Verified in build 060723