3 Replies Latest reply on Oct 19, 2002 7:42 AM by gavinho

    Warning message when using Oracle datasource

    gavinho

      I am migrating our applications from JBoss 2.4.3 to JBoss 2.4.9. I put the following 2 MBean declarations to jboss.jcml, right after "Security" section in the jcml file, to create an Oracle datasource then start JBoss.
      ====================

      oracle.jdbc.driver.OracleDriver,org.hsqldb.jdbcDriver



      OracleDS
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      jdbc:oracle:thin:@localhost:1521:ORCL
      scott
      tiger
      1200000
      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      30
      30

      ================

      Then start JBoss, I found the following warning messages at console. Does it normal? Am I configured Oracle datasource correctly?

      ===========================
      [INFO,OracleDS] Starting
      [INFO,OracleDS] XA Connection pool OracleDS bound to java:/OracleDS
      [WARN,XAConnectionFactory] XAConnectionImpl: org.jboss.pool.jdbc.xa.wrapper.XACo
      nnectionImpl@6c163f has no current tx!
      [WARN,XAConnectionFactory] XAConnectionImpl: org.jboss.pool.jdbc.xa.wrapper.XACo
      nnectionImpl@6c163f has no current tx!
      [INFO,OracleDS] Started
      ============================

      Many thanks