1 Reply Latest reply on May 16, 2002 11:37 PM by shijun999

    configure JDBC connection pool vs XA connection pool

    shyamals

      hi all

      i am using jboss2.4.4 with tomcat 4.0.1.. i am using oracle 8.1.7 thin driver.
      i am currently using xa connection pool .. the following is my jboss.jcml entry


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



      MetricsTrackerPool
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      jdbc:oracle:thin:@COC43322K:1521:default
      METRICS
      password


      i want to use jdbc connection pool but i couldnt find how and what to change in the configuration file.. could somebody pls give me some sample configuration ?

      thanks