XAPool 1.3.2 releases

From: Spengler Xavier (xs38PASDESPAM_at_PASDESPAMyahoo.com)
Date: 10/27/03

  • Next message: Frank Brouwer: "Re: MSSQL JDBC with J2SE 1.4.1 ??"
    Date: Mon, 27 Oct 2003 11:09:35 +0100
    
    

    Hi all,

    XAPool[1] 1.3.2 is now released !
    you can download the new version at:
    http://forge.objectweb.org/project/showfiles.php?group_id=59

    ChangeLog:
    - remove printStackTrace call in GenericPool class
    - remove .error(...) calls, and replaced them by .debug(...)
    - save autocommit status for CallableStatement object now
    - restored autocommit after transaction (maybe a regression)
    - restored autocommit for createStatement (never done)
    - propagated the log object inside StandardConnectionPoolDataSource
    - removed e.printStackTrace, and only use error level, with +e inside
       the message.
    - added toString() method on several objects, to dump internal
       states of XAPool's objects
    - added log.debug message into close() method (StandardXAConnectionHandle)
    - change the status of isReallyUsed in the close() method
       (StandardXAConnectionHandle)
    - set up the autocommit flag in the close() method when autocommit
       is false, and tx=null, just after the rollback call to the connection
       (StandardXAConnectionHandle)
    - added a comment into CoreConnection object (setAutoCommit)
    - removed unused code in StandardXAPreparedStatement and
    StandardXAStatement,
       preInvoke methods are no longer used.
    - added toString methods on many objects to print out internal objects

    Regards,

    [1] XAPool is an XA database connection pool: it implements
    javax.sql.XADataSource, and provides connection pooling facilities.

    Xavier Spengler
    http://xapool.experlog.com

    -- 
    -------------------------------------------------
    Xavier Spengler
    XAPool project: http://xapool.experlog.com
    Objectweb     : http://www.objectweb.org
    Experlog      : http://www.experlog.com
    12, rue de la Tuilerie - 38170 Seyssinet - France
    Experlog      : +(33) 4.38.12.91.72
    

  • Next message: Frank Brouwer: "Re: MSSQL JDBC with J2SE 1.4.1 ??"

    Relevant Pages

    • Datadirect JDBC driver on DB2: Locks not released
      ... with DataDirect's level 3 JDBC driver for DB2. ... If autocommit is turned off and the connection is commited after the ... committing) has quite wide impact on the system and is going to cost ...
      (comp.lang.java.databases)
    • Re: Datadirect JDBC driver on DB2: Locks not released
      ... Are you getting this connection from a managed pool or are you getting ... > (even though Autocommit is ON). ... > committing) has quite wide impact on the system and is going to cost ...
      (comp.lang.java.databases)
    • Re: Datadirect JDBC driver on DB2: Locks not released
      ... StarQuest has some DB2 connectivity solutions ... and a specific DB2 to SQL Server ... > (even though Autocommit is ON). ... > If autocommit is turned off and the connection is commited after the ...
      (comp.lang.java.databases)
    • Re: Commit
      ... > commit is without effect. ... Or when the pool shuts down and closes ... > to false on the connection, ... if autoCommit is set to false and no commit has been ...
      (comp.lang.java.databases)