[OS-JIRA] Created: (CAY-179) Transaction gets enabled on nontransaction database

From: jir..bjectstyle.org
Date: Tue Aug 03 2004 - 07:57:46 EDT

  • Next message: jir..bjectstyle.org: "[OS-JIRA] Created: (CAY-180) Query Editor in Modeler needs Listener"

    Message:

      A new issue has been created in JIRA.

    ---------------------------------------------------------------------
    View the issue:

      http://objectstyle.org/jira/secure/ViewIssue.jspa?key=CAY-179

    Here is an overview of the issue:
    ---------------------------------------------------------------------
            Key: CAY-179
        Summary: Transaction gets enabled on nontransaction database
           Type: Bug

         Status: Assigned
       Priority: Major

        Project: Cayenne
     Components:
                 Cayenne Core Library
       Versions:
                 1.1 [BETA]

       Assignee: Andrus Adamchik
       Reporter: Juergen Saar

        Created: Tue, 3 Aug 2004 7:56 AM
        Updated: Tue, 3 Aug 2004 7:56 AM
    Environment: SuSE Linux / Eclipse 3.0 / Informix SE 7.0 with Informix-Net

    Description:
    In Transaction.java:

    ...
    protected void fixConnectionState(Connection connection)
                   throws SQLException {
        if (connection.getAutoCommit()) {
            connection.setAutoCommit(false);
        }
    }
    ...

    This causes a SQLException when working on
    an Informix-Database without Transactions

    ---------------------------------------------------------------------
    JIRA INFORMATION:
    This message is automatically generated by JIRA.

    If you think it was sent incorrectly contact one of the administrators:
       http://objectstyle.org/jira/secure/Administrators.jspa

    If you want more information on JIRA, or have a bug to report see:
       http://www.atlassian.com/software/jira



    This archive was generated by hypermail 2.0.0 : Tue Aug 03 2004 - 07:57:48 EDT