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 86122 - ElseIf construct cannot be renamed
Summary: ElseIf construct cannot be renamed
Status: RESOLVED WONTFIX
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 10:22 UTC by mfoster
Modified: 2008-04-30 15:13 UTC (History)
0 users

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 mfoster 2006-09-29 10:22:13 UTC
Simple to reproduce...

Create an If construct on the BPEL canvas, you can name this something 
meaningful. Add an ElseIf and you cannot rename this - this causes me problems 
when looking at the BP with two ElseIf and I don't know what they represent 
without clicking on the condition.
Comment 1 Michael Frisino 2006-09-29 12:51:37 UTC
This will have to be an RFE. The BPEL specification does not allow a name
attribute for ElseIf elements.

C:/Documents and
Settings/Mike/SynchronousSample6/SynchronousSample6/src/SynchronousSample.bpel:27,12
cvc-complex-type.3.2.2: Attribute 'name' is not allowed to appear in element
'elseif'.

The only way to support such a feature would be to add a special BPEL extension
for this. It is unfortunate. I wish BPEL spec allowed such names. I agree it
would be helpful.
Comment 2 Sreenivasan Genipudi 2006-10-05 23:13:53 UTC
bpel ui issue. Reassigning
Comment 3 Sergey Lunegov 2008-04-30 15:13:13 UTC
Can be worked around by adding documentation to every 'ElseIf'.