"liujw2001" wrote :
| I'm sorry that I don't know how to use "min-pool-size AND max-pool-size
tags" in this station.
Here it goes
<!DOCTYPE connection-factories PUBLIC
| "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
| "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
| <!--
| The non-transaction FileSystem resource adaptor service configuration
| -->
| <connection-factories>
| <no-tx-connection-factory>
| <jndi-name>NoTransFile</jndi-name>
| <min-pool-size>[PUT HERE THE MINIMUM POOL SIZE]</min-pool-size>
| <max-pool-size>[PUT HERE THE MAXIMUM POOL SIZE]</max-pool-size>
| <rar-name>j2eepro.ear#j2eepro.rar</rar-name>
| <connection-definition>
| javax.resource.cci.ConnectionFactory
| </connection-definition>
| </no-tx-connection-factory>
| </connection-factories>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095963#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...