Hi again,

It seems this is issue with MySql rather than ODE (
http://bugs.mysql.com/bug.php?id=12935). MySql does not allow sharing
connection
between XA and local transactions.

If I understood it correctly, ODE does both XA and local transactions during
its operations, XA happening on invoke or receive coming from integration
layer, and internal happening on internal process progress etc.

Also I remember vaguely reading somewhere that one can supply ODE different
DataSource for internal transactions and different DataSource for XA
transactions.

Can someone please just confirm that I am on the right track, that indeed
only thing that needs to be done is to configure and inject 2 different
DataSources.

Thanks in advance

Reply via email to