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 - Deletion of Correlation Set leaves unused remnants
Summary: Deletion of Correlation Set leaves unused remnants
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ alexpetrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 16:39 UTC by terrybraun
Modified: 2009-04-30 09:34 UTC (History)
0 users

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 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.