Quoting Benjamin Schmeling <[EMAIL PROTECTED]>: > > 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?
correct. --dasarath --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
