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 82670 - error while creating a partnerlink
Summary: error while creating a partnerlink
Status: VERIFIED DUPLICATE of bug 81865
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-14 23:51 UTC by kiran_bhumana
Modified: 2006-10-03 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project attached (12.46 KB, application/octet-stream)
2006-08-14 23:51 UTC, kiran_bhumana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kiran_bhumana 2006-08-14 23:51:31 UTC
I have a wsdl that is incomplete. partnerlinktype doesn't have a portType. I
forgot abt that and cam to bpel to create a partnerLink. After i select the 
partnerlinktype1 and partnerRole as partnerlinktypeRole1 and say OK, i get the
following error.

java.lang.NullPointerException
	at
org.netbeans.modules.bpel.nodes.VariableNode.updateComplexProperties(VariableNode.java:435)
	at
org.netbeans.modules.bpel.nodes.BpelNode$Synchronizer.notifyPropertyUpdated(BpelNode.java:748)
	at
org.netbeans.modules.bpel.model.api.events.ChangeEventSupport.notifyChangeEvent(ChangeEventSupport.java:176)
	at
org.netbeans.modules.bpel.model.api.events.ChangeEventSupport.fireChangeEvent(ChangeEventSupport.java:152)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl$Transaction.commitEvents(BpelModelImpl.java:875)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl$Transaction.end(BpelModelImpl.java:783)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl.writeUnlock(BpelModelImpl.java:614)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl.writeUnlock(BpelModelImpl.java:499)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl.invoke(BpelModelImpl.java:266)
	at org.netbeans.modules.bpel.design.DnDHandler.drop(DnDHandler.java:259)
	at java.awt.dnd.DropTarget.drop(DropTarget.java:430)
	at
sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:500)
	at
sun.awt.dnd.SunDropTargetContextPeer.access$800(SunDropTargetContextPeer.java:53)
	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:29)
	at java.awt.Component.dispatchEventImpl(Component.java:3826)
	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.processDropTargetEvent(Container.java:3963)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3817)
	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 kiran_bhumana 2006-08-14 23:51:58 UTC
Created attachment 32915 [details]
project attached
Comment 2 kiran_bhumana 2006-08-14 23:52:48 UTC
whether i cancel or click OK, i get the error. So i believe there could be two
bugs here. even on cancel, underneath the covers the code may be building something.
Comment 3 Nikita Krjukov 2006-08-17 16:45:15 UTC

*** This issue has been marked as a duplicate of 81865 ***
Comment 4 Andrey Yamkovoy 2006-10-03 10:21:52 UTC
Not reproducible.