Quoting Benjamin Schmeling <[EMAIL PROTECTED]>:

Will Kandula for Axis 1.x support WS-BA in the near future (or is this extension only planned for Axis2)?

at the moment Hannes is working on a BA implementation for Axis2. all this depends on the need. if there are forks who want BA for Kandula1, we will do a port, otherwise all future work will be on Axis2.

How can I use Volatile2PC instead of Durable2PC with Kandula?

when you call enlistParticipant on a transaction object, pass 'false'
as the first argument.

TransactionImpl:

public void enlistParticipant(boolean durable,
AbstractParticipant participant) throws RemoteException
Okay, this depends on the participant. When you commit a transaction, then there is first a phase where Volatile2PC is done and then a phase for Durable2PC automatically. Is that right?
when a j2ee participant registers for a transaction, Durable2PC is always used. there is no way to change this at present. if you could illaborate your scenario I may be able to provide you with a fix.

thanks,
--dasarath

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






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

Reply via email to