[
https://jira.jboss.org/jira/browse/JBIDE-5021?page=com.atlassian.jira.plu...
]
Feng Qian closed JBIDE-5021.
----------------------------
Resolution: Done
not bug, won't fix
Add support for FaultHandler and Catch tools in BPEL plugin
-----------------------------------------------------------
Key: JBIDE-5021
URL:
https://jira.jboss.org/jira/browse/JBIDE-5021
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: bpm
Affects Versions: 3.1.0.M3
Environment: JBoss Tools BPEL Editor 1.0.0.v200909110340M-H277-M3 with Eclipse
3.5 on Mac
Reporter: Jeff DeLong
Is there a tool to cate a faultHandler and catch in the BPEL plugin? I could not see it.
I was able to add the following XML
<bpel:faultHandlers>
<bpel:catch faultName="CreditCheckFailed"
faultVariable="creditCheckInvalidVar">
<bpel:sequence>
<bpel:reply faultName="BuyFailed" operation="buy"
partnerLink="BuyerToStore" portType="StorePT"
variable="buyFailedVar" name="SendBuyFailed"/>
</bpel:sequence>
</bpel:catch>
</bpel:faultHandlers>
to an existing scope using the Source editor, and it appears ok in the Design editor with
a yellow box with a red x. But I don't see a Tool to add this graphically.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira