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 81459 - Foreach activity is always marked as invalid. Imposible to fix in designer
Summary: Foreach activity is always marked as invalid. Imposible to fix in designer
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Yarmolenko
URL:
Keywords:
Depends on: 79764
Blocks:
  Show dependency tree
 
Reported: 2006-07-31 11:01 UTC by Mikhail Kondratyev
Modified: 2006-08-04 08:15 UTC (History)
1 user (show)

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 Mikhail Kondratyev 2006-07-31 11:01:46 UTC
Steps to reproduce:
 - create a BPEL process
 - add a Foreach element to the designer
 - whatever properties you set visually for the Foreach element the following
validation error will still be shown:
Attribute 'parallel' must appear on Element forEach. 
There is no possibility to fix this in designer.
Comment 1 Michael Frisino 2006-07-31 11:20:20 UTC
Alexey, this is related to another bug 79764

See resolution there.

For this bug, the implication is that the IDE must set the parallel attribute
value upon creation of the ForEach element.

That will be sufficient to correct this bug.

Technically, we could also expose the boolean property as well. But since
supporting the "parallel = true" case is not supported, it is debateable whether
we should show such property.

Comment 2 Michael Frisino 2006-07-31 11:24:07 UTC
Sorry, we need to initialize the new For Each elements with
parallel="no"
Comment 3 Alexey Yarmolenko 2006-07-31 12:26:38 UTC
ForEach now has parallel="no" attribute once created via DnD from palette to 
diagram
Comment 4 Mikhail Kondratyev 2006-08-04 08:15:08 UTC
Verified in build 17