associated with the container */
try
{
TransactionExt tx = (TransactionExt) odmg.currentTransaction();
tx.lock(object, Transaction.WRITE);
tx.markDirty(object);
}
catch (LockNotGrantedException e)
{
log.error("Failure while storing object " + object, e);
throw new OJBRuntimeException("Failure while storing object", e);