Dasarath Weeratunge schrieb:
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]
Hi Dasarath,
well first of all thanks so much for all your answers yesterday it
helped me alot. So I think I am getting closer to understand the
TxHandler.SO the TxHandler org.apache.kandula.geronimo.TxHandler is used
to extract the context from the soap message, pass it to a JTA
Transaction via bridging and bind this tx to the current thread, right?.
The other TxHandler org.apache.kandula.coordinator.at.TxHandler does
pretty much the same thing but uses the kandula transaction manager,
right? So for example if I have a j2ee web service I would use the
geronimo.TxHandler for incomming calls because of the JTA stuff and I
would use the other handler to add the context of the tx to the soap
message, right?
So because of the testSuite1, I will work on that in a couple of days
unfortunately I am busy with my thesis stuff right now and won't have
the time to work on that for the next two weeks. After that I will be
more than glad to help.
THX
-Dominik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]