Quoting Dominik Heller <[EMAIL PROTECTED]>: > Ok wait, I think I was a little bit to fast with writing instead of thinking. > So the client-config is used for the outgoing soap messages and the > server-config for the incoming. The TxHandler <handler > type="java:org.apache.kandula.coordinator.at.TxHandler" /> can be used for > both config files, but in my case it is only used for the client-config file. > So what is the major difference between the two TxHandlers? > > THX > -Dominik > -- > Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten > Browser-Versionen downloaden: http://www.gmx.net/de/go/browser >
The task of the transaction handler is to convert between coordination contexts and transaction objects. Since we have two types of transaction frameworks (JTA as exemplified by Geronimo vs. our own toy transaction manager), we need two handlers. If you look at the source code of these handlers you will understand the rationale for having two classes instead of one. -- Dasarath --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
