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 173313 - Specifying Java Exception to catch as fault name
Summary: Specifying Java Exception to catch as fault name
Status: RESOLVED FIXED
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-09-29 19:51 UTC by Murali Pottlapelli
Modified: 2009-11-08 09:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Murali Pottlapelli 2009-09-29 19:51:10 UTC
Currently the user has to type in the actual BPEL expression to do so, ex. *<catch 
faultName="sxeh:com.sun.test.MyException" ...>* to handle fault from POJO in bpel expression

This issue is filed to make BPEL Editor more usable by scanning all the JARs attached in the BPEL project under 
*Referenced Resources* and looking for any Exception subclass and making these Exception's available under *User Defined 
Faults* in the *[Catch] - Fault Name* Chooser; analogous to how Methods of existing Java classes can be selected for Java 
calls.  Additionally, inner Exception classes can now be expressed in a natural GUI way without the user having to read 
the manual and know to type '..' instead of '$' for inner class names; of course when the BPEL is generated, it will have 
the '..'
Comment 1 Vladimir Yaroslavskiy 2009-10-02 10:13:40 UTC
implemented in gfesbv22: a97b59e7c007