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 162506 - The catalog for ErrorHandling is not available in the BPEL Global catalog
Summary: The catalog for ErrorHandling is not available in the BPEL Global catalog
Status: CLOSED DUPLICATE of bug 161603
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 13:22 UTC by senthilprabhu
Modified: 2009-04-14 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Fault Variable - BPEL Catalog window (57.17 KB, image/jpeg)
2009-04-13 13:24 UTC, senthilprabhu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description senthilprabhu 2009-04-13 13:22:51 UTC
Go to a Fault Handler catch - In properties window, Click on the Fault Variable type and navigate to BPEL Global
Catalog. The following catalog is not listed at all

"http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling" 

This is used in Catch block to catch all the System faults and BPEL standard faults. The catch will act as a Generic
Catch block for all the faults.

The usage is as follows
xmlns:sxeh="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling"

<catch faultVariable="faultVar" faultMessageType="sxeh:faultMessage">

Refer https://open-esb.dev.java.net/issues/show_bug.cgi?id=1504 for more information.
Comment 1 senthilprabhu 2009-04-13 13:24:43 UTC
Created attachment 79972 [details]
Fault Variable - BPEL Catalog window
Comment 2 Vladimir Yaroslavskiy 2009-04-13 13:27:26 UTC

*** This issue has been marked as a duplicate of 161603 ***
Comment 3 senthilprabhu 2009-04-14 10:33:11 UTC
Original Issue 161603 exists to track the problem.
This issue can be closed.