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

Summary: The exit activity is not present in the palette
Product: soa Reporter: prashantbhagat <prashantbhagat>
Component: BPELAssignee: Alexey Anjeleevich <anjeleevich>
Status: VERIFIED FIXED    
Severity: blocker CC: gbadescu
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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