Is it possible to specify the datasource pool resize quantity in EAP 6?

Solution Unverified - Updated -

Issue

  • Is it possible to specify the datasource pool resize quantity in the below configuration?
<datasource jta="false" jndi-name="java:/jdbc/MyDataSource" pool-name="MyDataSource" enabled="true" use-ccm="false">
                        <connection-url>jdbc:oracle:thin:@hostname:port:sid</connection-url>
                        <driver-class>oracle.jdbc.OracleDriver</driver-class>
                        <driver>ojdbc6</driver>
                        <pool>
                            <min-pool-size>2</min-pool-size>
                            <max-pool-size>200</max-pool-size>
                        </pool>
                        <security>
                            <user-name>jboss</user-name>
                            <password>jboss@secret</password>
                        </security>
                        <validation>
                            <validate-on-match>false</validate-on-match>
                            <background-validation>false</background-validation>
                        </validation>
                        <statement>
                            <share-prepared-statements>false</share-prepared-statements>
                        </statement>
                    </datasource>

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.1.0

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content