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 183263

Summary: lost Cast after refactoring variable
Product: soa Reporter: Alexander Permyakov <alex02>
Component: BPELAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: normal CC: slunegov
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description Alexander Permyakov 2010-03-31 13:02:05 UTC
Steps:

1) Create new Synchronous BPEL Project Samples
2) go to mapper
3) Create new cast for local Element paramA (for example for element : $outputVar.resultType/ns2:paramA)
4) go to Synchronous.xsd
5) refactor element  "  <xsd:element name="paramA" type="xsd:string"/>  " to
<xsd:element name="paramA_1" type="xsd:string"/> 
6) go to Mapper
7) Cast has disappeared
Comment 1 Vladimir Yaroslavskiy 2010-06-11 11:17:22 UTC
BPEL model doesn't provide information about extension elements "cast",
therefore refactoring can't process these elements. I consider this as feature
for BPEL model.