0 Replies Latest reply on May 3, 2005 9:09 AM by pepgrifell

    migrating from weblogic to jboss (JDBCConnectionPoolRuntimeM

    pepgrifell

      Hi,

      I have to migrate an application from weblogic to jboss 4.0. In the application there is a class called PoolManager that gets a MBean :

      JDBCConnectionPoolRuntimeMBean mbean = (JDBCConnectionPoolRuntimeMBean) mbeanHome.getRuntimeMBean(poolName,"JDBCConnectionPoolRuntime");


      JDBCConnectionPoolRuntimeMBean is a weblogic class (weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean) and allows to reset a connection pool.

      mbean.reset();


      I would like to know if I can do a similar thing with JBoss.

      Thanks in advance !