public ConnectionPoolAdaptor () {
super ();
}
protected void initService () throws Exception {
pool = new ConnectionPool ();
pool.setConfiguration (getConfiguration());
poolName = "connection.pool." + getName();
NameRegistrar.register (poolName, pool);
}