0 Replies Latest reply on Dec 6, 2005 3:12 PM by pmore

    Creating connection pool dynamically in JBOSS

    pmore

      Hi
      We are in the process (actually making an effort) of app migration form weblogic to JBoss and am looking for a way to replicate a weblogic functionality of Creating a Connection Pool Dynamically from within Java Application.

      Currently it is weblogic specific implementation where we lookup JDBCConnectionPool administration MBean - get server MBean - create connection pool with custom configs and get datasource using weblogic specific API as part of WebLogic Server management architecture (JMX).

      I am sure it is possible to emulate in JBoss just do not know how. ANy comments or documentation or pointers for this will be greatly appreciated.

      Thanks,