cancel
Showing results for 
Search instead for 
Did you mean: 

Call Java Proxy Client from an Asynchronous Java Proxy Server (Inbound)

Former Member
0 Kudos

Hi Gurus!!!

I have implemented a calling to a Java Proxy Client from a Synchronous Java Proxy Server, but when I change this Java Proxy from Synchronous to Asynchronous, the calling to the JP Client is not done, with Synch was done perfectly.

The Java Client Proxy is Synchronous, and I get the error on the log:

com.sap.aii.af.ra.ms.api.DeliveryException: Error invoking method mIDuroIn of proxy bean $Proxy357: com.sap.aii.proxy.xiruntime.core.BaseProxyException: Error sending MS message. Exception: Cannot invoke call from within a transactional context.

Please, I need some help with this question.

Thanks and regards,

Manuel Míguez.

Edited by: Manuel Míguez on Jan 26, 2009 4:28 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

There must be some difference in the ways the JP message is called in sync or async mode. You might need to edit the code to make the call async. Or you may first suspend the existing transaction and then call the new one.

Regards,

Prateek