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 164093

Summary: Deletion of Correlation Set leaves unused remnants
Product: soa Reporter: terrybraun <terrybraun>
Component: BPEL ProjectAssignee: _ alexpetrov <alexpetrov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description terrybraun 2009-04-29 16:39:53 UTC
When the Navigator is used for the deletion of a Correlation Set, which is created by the "Define Correlation" wizard, 
the following remnants are not removed from the project.

a) The WizardCorrelationProperties.wsdl file in the src directory
b) The "xmlns:ns0="http://enterprise.netbeans.org/bpel/WizardCorrelationProperties" entry in the namespace area of the 
BPEL code
c) The <import> element for the WizardCorrelationProperties WSDL in the BPEL code

These components are NOT created in the project when the correlation is created manually.

In the case where the Correlation Set is created manually, the following elements are not removed from the associated 
WSDL file for the Correlation:

a) The <vprop:property> element
b) The <vprop:propertyAlias> elements
Comment 1 Sergey Lunegov 2009-04-30 09:34:08 UTC
Will fix in the next release.