Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 319218

Summary: NPE error when create a correlation
Product: z_Archived Reporter: grid.qian <grid.qian>
Component: BPELAssignee: BPEL UI Inbox <bpel.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Attachments:
Description Flags
patch none

Description grid.qian CLA 2010-07-08 02:57:01 EDT
Created attachment 173739 [details]
patch

when click the '+' button to add a correlation, you will get the NPE error
java.lang.NullPointerException
at org.eclipse.bpel.model.util.ReconciliationHelper.updateCorrelationSetNameReferences(ReconciliationHelper.java:401) 

This is a bug from JBoss jira: https://jira.jboss.org/browse/JBIDE-6357
Comment 1 grid.qian CLA 2010-07-26 04:41:35 EDT
apply and test the patch.