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 86100 - The exit activity is not present in the palette
Summary: The exit activity is not present in the palette
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 Anjeleevich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-28 23:32 UTC by prashantbhagat
Modified: 2006-10-06 07:33 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 prashantbhagat 2006-09-28 23:32:20 UTC
The BPEL-SE supports exit in many cases except when the exit is called from a 
branch in the flow or an eventhandler. So, it has been decided to put the exit 
icon back in the palette so that the user can create the exit activity. This 
is as per the discussion between Gabe and Mike.
Comment 1 Michael Frisino 2006-09-29 12:48:14 UTC
This involves 2 separate tasks:

1) Diagram re-enable the Exit element.

2) Validation system must remove the current "Not supported by runtime" warning
message for "Exit" element.
Comment 2 Alexey Anjeleevich 2006-09-29 13:42:50 UTC
Fix checked in to release55_dev
Comment 3 Alexey Anjeleevich 2006-10-03 11:08:45 UTC
Index: layer.xml
===================================================================
RCS file:
/cvs/enterprise/bpel/editors/src/org/netbeans/modules/bpel/palette/resources/Attic/layer.xml,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -r1.1.2.11 -r1.1.2.12
56c56
<             <!--file name="exit.xml"
url="nbresloc:/org/netbeans/modules/bpel/palette/resources/basic/exit.xml"/-->
---
>             <file name="exit.xml"
url="nbresloc:/org/netbeans/modules/bpel/palette/resources/basic/exit.xml"/>
61a62
>             <attr name="throw.xml/exit.xml" boolvalue="true"/>
Comment 4 Alexey Yarmolenko 2006-10-03 11:53:21 UTC
fix looks OK. The uncommented code was written and tested before TPR2.
Comment 5 Alexey Anjeleevich 2006-10-03 12:10:40 UTC
Cheked in to both branches.
Comment 6 Irina Filippova 2006-10-03 18:01:21 UTC
Added the online help topic about the Exit element.
Comment 7 Irina Filippova 2006-10-03 18:03:33 UTC
The topic is added to release55_dev
Comment 8 Andrey Yamkovoy 2006-10-05 14:47:41 UTC
fixed
Comment 9 Irina Filippova 2006-10-06 07:33:11 UTC
The topic about Exit (context-sensitive) is added to the release55 branch