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 168092 - Bpel Design View is not available if Bpel Process has PL with partnerRole and 2-way operation
Summary: Bpel Design View is not available if Bpel Process has PL with partnerRole and...
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-03 14:44 UTC by Vitaly Bychkov
Modified: 2009-12-03 03:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample Bpel Project (11.78 KB, application/x-compressed)
2009-07-03 14:45 UTC, Vitaly Bychkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2009-07-03 14:44:10 UTC
Bpel Design View is not available if Bpel Process has PL with partnerRole and 2-way operation.

Steps to reproduce:
1. Open attached project
2. try to open Synchronous.bpel - 
design view has a error message: 

"
Unable to show diagramm:
1.Verify that the XML is well-formed.
2.Verify that the BPEL schema namespace URI is http://docs.oasis-open.org/wsbpel/2.0/process/executable
"

There is a NPE in log:
java.lang.NullPointerException
	at
org.netbeans.modules.bpel.design.decoration.ComponentDecorationsUpdater.buildComponentsList(ComponentDecorationsUpdater.java:110)
	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:137)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Vitaly Bychkov 2009-07-03 14:45:38 UTC
Created attachment 84338 [details]
Sample Bpel Project
Comment 2 Sergey Lunegov 2009-07-06 10:11:24 UTC
Vladimir, please take a look.
Comment 3 Vladimir Yaroslavskiy 2009-07-06 11:04:07 UTC
.
Comment 4 rajupgl 2009-12-03 03:36:45 UTC
Verified in the latest build(20091202-0720) and able view the Attached Bpel.Hence closing the issue.