/* */ }
/* 821 */ int maxSize = poolAnnotation.maxSize();
/* 822 */ long timeout = poolAnnotation.timeout();
/* 823 */ Ejb3Deployer deployer = this.deployment.getDeployer();
/* 824 */ PoolFactoryRegistry registry = deployer.getPoolFactoryRegistry();
/* 825 */ PoolFactory factory = registry.getPoolFactory(registeredPoolName);
/* 826 */ this.pool = factory.createPool();
/* 827 */ this.pool.initialize(this, maxSize, timeout);
/* */
/* 829 */ resolveInjectors();
/* 830 */ this.pool.setInjectors((Injector[])this.injectors.toArray(new Injector[this.injectors.size()]));
/* */ }