JONAS JOTM - SubCoordinator.doCommit : Got XAException fromres.commit: Cannot send res.commit:javax.transaction.xa.XAException (error code = -3) --null

<[email protected]> Wed, 6 Jul 2011 18:24:08 +0200 (CEST)
Newsgroups gmane.comp.java.objectweb.jonas
Message-ID <[email protected]>
Hello,

I have the following issue with JONAS included in JONAS 4.8.7:

SubCoordinator.doCommit : Got XAException from res.commit: Cannot send
res.commit:javax.transaction.xa.XAException (error code = -3) --null

The error occured in a web application A which sends requests to other
application B which is connected to Oracle database server.
The communication between two applications is done by burlap protocol.
Several burlap calls from A are wrapped inside the same transaction (begin
transaction - several burlap calls - end transaction).
The problem is that there are as many commits as burlap requests, the first
commit does not cause any issue but others cause transaction not found issue.
Is there any configuration to do in JONAS or JOTM?

Could you help me please.

Thank you.