Hello,
pleas look at this code:

       Transaction tx = getActiveTransaction();
       if(tx.isOpen()) {
           tx.abort();
       }


this causes :


[org.apache.ojb.odmg.TransactionImpl] INFO: Abort transaction was called on tx [EMAIL PROTECTED], associated PB was [EMAIL PROTECTED]
2003-06-23 13:47:58,031 WARN - Unhandled Exception thrown: class org.odmg.TransactionNotInProgressException



what am I doing wrong?


joerg


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



Reply via email to