2 Replies Latest reply on Nov 15, 2001 9:37 PM by dsteinbrnn

    mysql datasource initilization message question

    dsteinbrnn

      Hello,

      I'm trying to set up a mysql data source called rotorDS.

      My mysql driver (mm.mysql-2.0.6.jar) loads correctly according to the start up messages:

      [JdbcProvider] Initializing
      [JdbcProvider] Loaded JDBC-driver:org.gjt.mm.mysql.Driver
      [JdbcProvider] Initialized[

      Then it moves on later to initialize my datasource:

      [rotorDS] XA Connection pool rotorDS bound to java:/rotorDS
      [rotorDS] org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl created new Connection (org.gjt.mm.mysql.jdbc2.Connection) with XAResource org.jboss.pool.jdbc.xa.wrapper.XAResourceImpl and XAConnection org.jboss.pool.jdbc.xa.wrapper.XAConnectionImpl.
      [rotorDS] No transaction right now.
      [rotorDS] Pool rotorDS [0/0/10] gave out new object: org.jboss.pool.jdbc.xa.wrapper.XAConnectionImpl@5dcec6
      [rotorDS] Pool rotorDS [0/1/10] returned object org.jboss.pool.jdbc.xa.wrapper.XAConnectionImpl@5dcec6 to the pool.


      Is this a normal message, or does it indicate some error? If it is an error, what should I do?

      Thanks for your help.