I need to know when the described exception can happen in Transaction.java:

    /**
* Check if this transaction was successfully committed. This method
     * could return <tt>false</tt> even after successful invocation
     * of <tt>commit()</tt>.
     *
     * @return boolean
     * @throws HibernateException
     */
    public boolean wasCommitted() throws HibernateException;


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to