0 Replies Latest reply on Apr 1, 2014 6:38 PM by kodali2105

    JBoss 5.1 GA TxConnectionManager Deprecation Errors with new Informix JDBC driver

    kodali2105

      Hi,

       

      Our application was running in production with JBoss 5.1 GA , Java 1.6.  We were using Informix DB as our data base.

      The Informix JDBC driver version we used till now is 3.00.JC3.  Now we are trying to migrate to higher version of Informix Drive to fix some connection issues.

      We have updated  the Informix JDBC driver library to 3.70.JC8 version and started the server.

       

      After the new driver upgraded, we are seeing bunch of below warnings in server.log and it is quickly eating up the space on the production servers.

      Can you please suggest how can we fix this warning message or avoid this message.

       

      2014-04-01 15:30:02,685 -0700 level=WARN  class="org".jboss.resource.connectionmanager.TxConnectionManager              isTrackConnectionByTx() is deprecated in favor of isInterleaving()

      2014-04-01 15:30:02,691 -0700 level=WARN  class="org".jboss.resource.connectionmanager.TxConnectionManager              isTrackConnectionByTx() is deprecated in favor of isInterleaving()

      2014-04-01 15:30:02,691 -0700 level=WARN  class="org".jboss.resource.connectionmanager.TxConnectionManager              isTrackConnectionByTx() is deprecated in favor of isInterleaving()

      2014-04-01 15:30:02,701 -0700 level=WARN  class="org".jboss.resource.connectionmanager.TxConnectionManager              isTrackConnectionByTx() is deprecated in favor of isInterleaving()

      2014-04-01 15:30:02,702 -0700 level=WARN  class="org".jboss.resource.connectionmanager.TxConnectionManager              isTrackConnectionByTx() is deprecated in favor of isInterleaving()

      2014-04-01 15:30:02,704 -0700 level=WARN  class="org".jboss.resource.connectionmanager.TxConnectionManager              isTrackConnectionByTx() is deprecated in favor of isInterleaving()

      2014-04-01 15:30:02,704 -0700 level=WARN  class="org".jboss.resource.connectionmanager.TxConnectionManager              isTrackConnectionByTx() is deprecated in favor of isInterleaving()

      2014-04-01 15:30:02,705 -0700 level=WARN  class="org".jboss.resource.connectionmanager.TxConnectionManager              isTrackConnectionByTx() is deprecated in favor of isInterleaving()

       

      Your help is greatly appreciated !!!!.

       

      Thanks,

      Ramesh