Ok, we are within a transaction with the tyrex connection but in the commit and rollback method of the store, we can't call con.commit() or con.rollback() --> (HeuristixMixedExceptions) It's not clear for me how this connection is really committed and rollbacked.
Didier On 28 March 2002 22:33, Kumar, Ashok [SMTP:[EMAIL PROTECTED]] wrote: > As with tyrex, once we are inside the tyrex transaction we are not > provided any non transactional connection objects. As to the fact > about > J2EE store being in a transaction; it is definitly with in a > transaction. We traced the transaction for > 1 PUT command and found that the whole operations (descriptor access > and > content access are with in a transaction) > 1 Get command the revision content is alone in a transaction. > > We have traced this usiing the slide debug log and the JDBC log. > Please have a look at one of the logs which we traced the operation > and > will make this clear. > Look for 'Begin Transaction' and 'Commit Transaction' > > Ashok > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
