1 Reply Latest reply on Jul 2, 2002 9:42 PM by buster

    JDBC Connection Pool, Data Source and JDBCTxDataSource

    chiths

      Hello,
      In JBoss 3.0, how does one create a JDBC Connection Pool.
      How does one create a JDBC Datasource and a JDBTxDataSource.

      Could any one of you provide a sample entry for each of them...

      Regds,
      Chiths

        • 1. Re: JDBC Connection Pool, Data Source and JDBCTxDataSource
          buster

          Hi,
          I created a MySQL datasource by copying the mysql-service.xml file (after I added my specific stuff to it) to the default/deploy directory. Then I used the InitialContext to lookup("java:MySQLDS"). However, I have not figured out the PooledDataSource yet. Once I do I will let you know.

          Steve