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 128296 - NPE on opening bpel file
Summary: NPE on opening bpel file
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 11:37 UTC by Ivan Sidorkin
Modified: 2008-02-28 22:21 UTC (History)
1 user (show)

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 Ivan Sidorkin 2008-02-25 11:37:41 UTC
Product Version: NetBeans IDE Dev (Build 200802250003)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

- create AsynchronousSample
- open AsynchronousSample.bpel

java.lang.NullPointerException
	at
org.netbeans.modules.bpel.design.decoration.ComponentDecorationsUpdater.buildComponentsList(ComponentDecorationsUpdater.java:120)
	at
org.netbeans.modules.bpel.design.decoration.ComponentDecorationsUpdater.buildComponentsList(ComponentDecorationsUpdater.java:128)
	at org.netbeans.modules.bpel.design.decoration.ComponentDecorationsUpdater.update(ComponentDecorationsUpdater.java:72)
[catch] at org.netbeans.modules.bpel.design.decoration.DecorationManager$DecorationUpdater.run(DecorationManager.java:144)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimeableEventQueue.dispatchEvent(TimeableEventQueue.java:104)
	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 Ivan Sidorkin 2008-02-25 11:41:43 UTC
every click on diagram or navigator produce this NPE, so it is impossible to work
increase priority to P1
Comment 2 Vitaly Bychkov 2008-02-25 12:43:05 UTC
The problem is in incorrect documentation annotation support for partnerLinks bpel element.
workaround:
go to the source and remove <documentation>...</documentation> direct child element of partnerlinks.
Comment 3 Vitaly Bychkov 2008-02-25 12:43:15 UTC
The problem is in incorrect documentation annotation support for partnerLinks bpel element.
workaround:
go to the source and remove <documentation>...</documentation> direct child element of partnerlinks.
Comment 4 Vitaly Bychkov 2008-02-25 12:56:33 UTC
Fixed.

Changeset: 8b26c977c116.
Comment 5 Ivan Sidorkin 2008-02-28 22:21:26 UTC
verified with Build 200802270005