Mantis - Resin
Viewing Issue Advanced Details
221 minor always 05-27-05 00:00 02-27-06 09:37
sam  
ferg  
normal  
closed  
3.0.13 fixed  
none    
none 3.0.19  
0000221: cannot configure pool for ManagedConnectionFactory
RSN-244
Resin does provide Connection pooling for a
ManagedConnectionFactory but it doesn't look like there is any way
to configure the pooling parameters, so the defaults are always used.

 <resource type="oracle.jdbc.connector.OracleManagedConnectionFactory">
    <jndi-name>jdbc/dmi/db</jndi-name>
    <init>
      <server-name>MyOracleServer</server-name>
      <port-number>1521</port-number>
    </init>

    <connection-pool>
      <max-connections>20</max-connections>
    </connection-pool>

  </resource>

Notes
(0000899)
ferg   
02-27-06 09:37   
server/14i0