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 78096 - Fault Variable Type property of the Catch activity can't be set in properties
Summary: Fault Variable Type property of the Catch activity can't be set in properties
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Alexey Yarmolenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 14:45 UTC by bugbridge
Modified: 2006-10-02 14:29 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 bugbridge 2006-06-16 14:45:44 UTC
Description:
Tested with build 060426_1
Steps to reproduce:
 - create a BPEL porcess
 - add Fault handler to the process
 - add Catch activity
The Catch activity has Fault Variable Type property in the property editor, but
the property can't be set.

FaultVariable property itself is still incomplete and has just plain text editor
instead of special chooser. We need to implement the required chooser, allowing
to choose from variables, schema elements or message types. Right now, setting
the FaultVariable is not enoght to trigger update of FaultVariableType field.
Comment 1 Denis Anisimov 2006-06-22 08:48:06 UTC
Please not that faultVariable property IS NOT reference to declared variables !
This property in Catch DECLARES variable, not referer to existed variables.
OM have interface VariableDeclaration that extended by any such OM elements
( those elements DECLARE variable , not refer to it ).
Examples of such elements : Variable, Catch, OnEvent, ....
Comment 2 Michael Frisino 2006-07-26 13:54:22 UTC
This appears fixed to me. Please test.
Comment 3 Alexander Pepin 2006-10-02 14:29:41 UTC
Verified in build 061001.