[jboss-jira] [JBoss JIRA] (WFLY-3489) Allow custom EJB pools
James Livingston (JIRA)
issues at jboss.org
Fri Jun 13 01:06:38 EDT 2014
James Livingston created WFLY-3489:
--------------------------------------
Summary: Allow custom EJB pools
Key: WFLY-3489
URL: https://issues.jboss.org/browse/WFLY-3489
Project: WildFly
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: EJB
Affects Versions: 8.1.0.Final
Reporter: James Livingston
Assignee: David Lloyd
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>
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list