Hi All, well I have another question regarding Kandula1. What I am trying to do right now is to invoke a web service based transaction using a non web service java object. So I do have 2 web services up and running A & B. the java object JO which is embedded with web service A gets an instance tm of the transactionManagerImpl. The JO also uses the web service A to activate, registrate and use the coordinator. I then use tm.begin(), invoke a method from web service B, and then use tm.commit().
the problem now is that by committing the CompletionInitiatorImpl never gets the notify that everything is committed correctly. By monitoring the soapMessages I found nothing unusual and I tracked down the problem to the point when the ATCoordinatorImpl calls the notifyAll() method. In the end the initiator gets a timeout Exception So I hope I wrote everthing understandable and not so confusing. THX so much in advance -Dominik -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
