]
Tomasz Adamski closed WFLY-3489.
--------------------------------
Resolution: Out of Date
Allow custom EJB pools
----------------------
Key: WFLY-3489
URL:
https://issues.jboss.org/browse/WFLY-3489
Project: WildFly
Issue Type: Feature Request
Components: EJB
Affects Versions: 8.1.0.Final
Reporter: James Livingston
Priority: Major
The only type of EJB pool that can currently be specified is strict-max-pool. It would be
useful to be able to specify a custom pool class similar to other subsystems.
For example:
<custom-pool module="my.module" class="example.SomePool">
<properties>
<property name="x" value="y"/>
</properties>
</custom-pool>