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>. 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;
 | 
