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 - lost Cast after refactoring variable
Summary: lost Cast after refactoring variable
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 13:02 UTC by Alexander Permyakov
Modified: 2011-11-30 16:24 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.