Skip to Content
0
Former Member
Oct 05, 2005 at 01:29 PM

BPM-Raise Exception does not work

27 Views

I have designed the BPM in following way.

1. Receive step - Receive Asynchronous message

2. Defined the Block - DB

3. Send step 'A' to JDBC - inside the Block-'DB' - Acknowledgement-Transport, Exceptions System Error-DB, Receiver from-Send context.

4. Created an exception handler and Selected 'DB' as exception handler for the property of the exception handler branch.

5. Inserted the Send step-'B' to send mail inside the exception handler branch by using the MAIL receiver adapter.

We want send the message to update database by using JDBC adapter but if it fails to update database then we want send an e-mail to outlook.

But it looks like it is not working when it fails to update database.

Can someone please help me?

Thanks in advance!