0 Replies Latest reply on Aug 19, 2004 3:59 AM by jkevin

    strange ConnectionFactory log messages

    jkevin

      hello -

      i have been using a db2 connection pool for awhile now and its worked fine. recently i made some changes to my app (added some EJB's so it went from deploying a .war to a .ear with the war inside) and thats deploying ok... except im seeing the following DEBUG entries in my server log:

      2004-08-19 00:08:39,689 DEBUG [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using properties: {user=xxxxxxx, password=xxxxxxxx}
      2004-08-19 00:08:39,689 DEBUG [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Checking driver for URL: jdbc:db2:station
      2004-08-19 00:08:39,693 DEBUG [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using properties: {user=xxxxxxx, password=xxxxxxxxx}
      2004-08-19 00:08:39,694 DEBUG [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Driver not yet registered for url: jdbc:db2:station
      2004-08-19 00:08:39,699 DEBUG [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Driver not yet registered for url: jdbc:db2:station
      2004-08-19 00:08:40,010 DEBUG [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Driver already registered for url: jdbc:db2:station


      other than the "Using Properties" messages these have never logged before. im still able to get connections from the pool fine (the messages stop after the initial connection) but im not sure what i did when switching from the war to ear deployment that would cause these to log. any ideas?

      thanks
      kevin