0 Replies Latest reply on Sep 26, 2002 10:18 PM by xcom

    connection pool

    xcom

      in weblogic,i can get a conntion through code:
      Class.forName(weblogic.jdbc.pool.Driver);
      Connection conn = DriverManager.getConnection(argUrl);

      but in jboss,it seems only get datasource,how can i get connection pool,and use which jdbc driver and which url