Hi folks,

Dasarath Weeratunge wrote:

Quoting Valerio Vianello <[EMAIL PROTECTED]>:

I have a service (that make begin, invoke the others services and make
commit) on server A, and others 2 services on server B

when service on server A make commit, the services on server B works fine,
while on the server A the service is stopped on commit instruction.

I think you have not properly configured the kandula.properties file. The
TransactionImpl.commit is probably waiting for the committed message from the
coordinator which does not arrive. If you are operating kandula on two servers
you need to set properties on each server separately.

To further clarify: you need to set the kandula.properties always to the *local* kandula endpoint, e.g.

-> On Server A:
        http://serverA/axis/...

-> On Server B:
        http://serverB/axis/...


-hannes

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to