To remove the connection pool configuration from a JDBC resource, use the following rhino-console command or related MBean operation.

Console command: removejdbcresourceconnectionpoolconfig

Command

removejdbcresourceconnectionpoolconfig <name>.
  Description
    Remove the connection pool configuration from a JDBC resource.

Example

$ ./rhino-console removejdbcresourceconnectionpoolconfig myresource
Connection pool configuration removed

MBean operation: removeJdbcResourceConnectionPoolConfig

MBean

Rhino operation

public void removeJdbcResourceConnectionPoolConfig(String jndiName)
    throws NullPointerException, NameNotFoundException,
      InvalidStateException, ConfigurationException;
Previous page Next page
Rhino Version 2.6.1