Hi!
>2. ODMG: just call OJB.newTransaction(); It will not help me, because it will overwrite my prevoius transaction associated with current thread. I need work with transactions like this: //====================== tx1.begin() tx2.begin() load object a in tx1 create object b in tx2 tx1.commit() if( OK ) tx2.commit() else tx2.abort() //====================== And so on. Can you tell something about it? Andrey Chernyh wrote: > Hello! > I need to have at least two transactions opened when working with OJB. > But currently I can't do it. > Please tell me if it is possible and how? > Best regards, Andrey Chernyh<[EMAIL PROTECTED]> Plesk Inc. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
