cancel
Showing results for 
Search instead for 
Did you mean: 

Parameters in ResponseOnewayBean Module

Former Member
0 Kudos

Here is my scenario: I have file adapter and configured with the following modules, my receiver is RFC and RFC response is mapped to JDBC . On RFC application error receiver channel is supposed to be Mail Adapter

1 - AF_Modules/RequestResponseBean - Local Enterprise Bean -

2 - CallSapAdapter-Local Enterprise Bean

3 - AF_Modules/ResponseOnewayBean-Local Enterprise Bean

1 - passThrough - true

3 - adapterType - JDBC

3 - receiverChannel - Receiver File Adapter Name

3 - receiverService - Receiver Business System Name

3 - receiverOn - Mail Receiver

If I change my receiverOn channel everything works fine.

P:S receiverOn = receiverOnFault

Thanks

Chandra

Edited by: Chandra Bhandaru on May 1, 2008 12:29 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

henrique_pinto
Active Contributor
0 Kudos

You're saying if you change the ReceiverOnFault parameter for a receiver file channel, for example, it works?

Make sure the mail receiver adapter is not being used by any receiver agreement.

But maybe, it actually doesnt work for mail adapter (it uses another adapter module, not CallSapAdapter like file&jdbc adapters).

If that's really the case, you could configure a receiver file adapter to some local folder and do a simple File2Mail scenario to achieve the desired behavior.

Regards,

Henrique.